Skip to content

Commit

Permalink
cleanback PMKID status
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed May 10, 2023
1 parent c609075 commit caf0771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcxpcapngtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -2594,6 +2594,7 @@ for(c = 0; c < 20; c ++)
if(memcmp(zeiger->ap, pmkidlistptr->ap, 6) != 0) continue;
if(memcmp(zeiger->client, pmkidlistptr->client, 6) != 0) continue;
if(memcmp(zeiger->pmkid, pmkidlistptr->pmkid, 16) != 0) continue;
zeiger->status |= pmkidlistptr->status;
return true;
}
return false;
Expand Down

0 comments on commit caf0771

Please sign in to comment.