HomeSort by relevance Sort by last modified time
    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 816 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) {
838 WLAN_STA_MAYBE_WPS);
839 if (wflags == WLAN_STA_MAYBE_WPS ||
840 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) {
943 (sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) {
    [all...]
drv_callbacks.c 103 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
129 sta->flags |= WLAN_STA_MAYBE_WPS;
268 sta->flags |= WLAN_STA_MAYBE_WPS;
ieee802_11.c 918 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2);
940 sta->flags |= WLAN_STA_MAYBE_WPS;
1164 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa)) {
    [all...]
hostapd.c     [all...]

Completed in 59 milliseconds