OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLAN_STA_PREAUTH
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/hostapd/
dump_state.c
121
(sta->flags &
WLAN_STA_PREAUTH
? "[PREAUTH]" : ""),
/external/wpa_supplicant_8/src/ap/
sta_info.h
21
#define
WLAN_STA_PREAUTH
BIT(8)
preauth_auth.c
77
sta->flags =
WLAN_STA_PREAUTH
;
ieee802_1x.c
66
if (sta->flags &
WLAN_STA_PREAUTH
) {
83
if (sta->flags &
WLAN_STA_PREAUTH
)
328
if (sta->flags &
WLAN_STA_PREAUTH
) {
620
if (sta->flags &
WLAN_STA_PREAUTH
)
659
if (!sta || (!(sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_PREAUTH
)) &&
[
all
...]
drv_callbacks.c
481
sta->flags &= ~
WLAN_STA_PREAUTH
;
sta_info.c
158
if (!(sta->flags &
WLAN_STA_PREAUTH
))
ieee802_11.c
679
sta->flags &= ~
WLAN_STA_PREAUTH
;
[
all
...]
Completed in 228 milliseconds