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 119 (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) {
82 if (sta->flags & WLAN_STA_PREAUTH)
506 if (sta->flags & WLAN_STA_PREAUTH) {
641 if (sta->flags & WLAN_STA_PREAUTH)
679 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) &&
    [all...]
sta_info.c 131 if (!(sta->flags & WLAN_STA_PREAUTH))
ieee802_11.c 424 sta->flags &= ~WLAN_STA_PREAUTH;
    [all...]

Completed in 313 milliseconds