OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_next_local_deauth
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.h
135
unsigned int
ignore_next_local_deauth
:1;
member in struct:wpa_driver_nl80211_data
driver_nl80211_event.c
658
*
ignore_next_local_deauth
as well, to avoid next local
664
"nl80211: Received a locally generated deauth event. Clear
ignore_next_local_deauth
flag");
665
drv->
ignore_next_local_deauth
= 0;
732
drv->
ignore_next_local_deauth
= 0;
735
if (drv->
ignore_next_local_deauth
) {
736
drv->
ignore_next_local_deauth
= 0;
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 174 milliseconds