OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLAN_STA_MAYBE_WPS
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/hostapd/
dump_state.c
125
(sta->flags &
WLAN_STA_MAYBE_WPS
? "[MAYBE_WPS]" : ""),
/external/wpa_supplicant_8/src/ap/
sta_info.h
26
#define
WLAN_STA_MAYBE_WPS
BIT(13)
ieee802_1x.c
704
!(sta->flags & (WLAN_STA_WPS |
WLAN_STA_MAYBE_WPS
))) {
726
WLAN_STA_MAYBE_WPS
);
727
if (wflags ==
WLAN_STA_MAYBE_WPS
||
728
wflags == (WLAN_STA_WPS |
WLAN_STA_MAYBE_WPS
)) {
831
(sta->flags & (WLAN_STA_WPS |
WLAN_STA_MAYBE_WPS
))) {
[
all
...]
drv_callbacks.c
105
sta->flags &= ~(WLAN_STA_WPS |
WLAN_STA_MAYBE_WPS
| WLAN_STA_WPS2);
133
sta->flags |=
WLAN_STA_MAYBE_WPS
;
273
sta->flags |=
WLAN_STA_MAYBE_WPS
;
ieee802_11.c
941
sta->flags &= ~(WLAN_STA_WPS |
WLAN_STA_MAYBE_WPS
| WLAN_STA_WPS2);
963
sta->flags |=
WLAN_STA_MAYBE_WPS
;
[
all
...]
hostapd.c
[
all
...]
Completed in 303 milliseconds