07-31-2021, 11:22 PM
(This post was last modified: 07-31-2021, 11:23 PM by fromdusktillpwn.)
(07-31-2021, 11:02 PM)ZerBea Wrote: The option field is a bitmask.
--type=1 is the same as type = 5, is the same as type = 9, is the same as type = 13 and so on. In every case bit 0 = 1 and you will get all PMKIDs
I understand that.
(07-31-2021, 11:02 PM)ZerBea Wrote: I thought this was clear from --help that only bit 0 and 1 (values 1, 2 and 3) is in use.
Yes, it was. But value 1 didnt work.
(07-31-2021, 11:02 PM)ZerBea Wrote: I fixed that and you will get an ERROR message if you try values greater than 3:
Now it works as expected (_both_ values 1 and 4+), thanks! Good to know I wasnt tripping after all.