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

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 57 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
sta_info.h 19 #define WLAN_STA_AUTH BIT(0)
ieee802_11.c 283 sta->flags |= WLAN_STA_AUTH;
352 sta->flags |= WLAN_STA_AUTH;
490 sta->flags |= WLAN_STA_AUTH;
1010 (sta->flags & WLAN_STA_AUTH) == 0) {
1016 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) {
    [all...]
sta_info.c 238 if (sta->flags & WLAN_STA_AUTH) {
415 if (!(sta->flags & WLAN_STA_AUTH))
551 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
792 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
drv_callbacks.c 184 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC;
227 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
  /external/wpa_supplicant_8/hostapd/
dump_state.c 113 (sta->flags & WLAN_STA_AUTH ? "[AUTH]" : ""),

Completed in 52 milliseconds