wifi: actually check if management replies are for us
This commit is contained in:
parent
8f991a3faa
commit
3376977d06
1 changed files with 2 additions and 0 deletions
|
@ -303,6 +303,8 @@ wifiproc(void *arg)
|
|||
}
|
||||
continue;
|
||||
}
|
||||
if(memcmp(w->a1, wifi->ether->ea, Eaddrlen))
|
||||
continue;
|
||||
if((wn = nodelookup(wifi, w->a3, 0)) == nil)
|
||||
continue;
|
||||
if(wn != wifi->bss)
|
||||
|
|
Loading…
Reference in a new issue