HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_STA_PREAUTH (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/hostapd/
dump_state.c 123 (sta->flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""),
  /external/wpa_supplicant_8/src/ap/
sta_info.h 27 #define WLAN_STA_PREAUTH BIT(8)
preauth_auth.c 83 sta->flags = WLAN_STA_PREAUTH;
ieee802_1x.c 75 if (sta->flags & WLAN_STA_PREAUTH) {
94 if (sta->flags & WLAN_STA_PREAUTH)
552 if (sta->flags & WLAN_STA_PREAUTH) {
687 if (sta->flags & WLAN_STA_PREAUTH)
725 if (!sta || !(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH))) {
    [all...]
sta_info.c 133 if (!(sta->flags & WLAN_STA_PREAUTH))
ieee802_11.c 471 sta->flags &= ~WLAN_STA_PREAUTH;
    [all...]

Completed in 2116 milliseconds