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 51 if (sta->flags & WLAN_STA_AUTH) {
sta_info.h 13 #define WLAN_STA_AUTH BIT(0)
sta_info.c 261 if (sta->flags & WLAN_STA_AUTH) {
440 if (!(sta->flags & WLAN_STA_AUTH)) {
617 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
936 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
ieee802_11.c 246 sta->flags |= WLAN_STA_AUTH;
315 sta->flags |= WLAN_STA_AUTH;
505 sta->flags |= WLAN_STA_AUTH;
689 sta->flags |= WLAN_STA_AUTH;
    [all...]
drv_callbacks.c 288 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC;
346 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC);
453 sta->flags |= WLAN_STA_AUTH;
  /external/wpa_supplicant_8/hostapd/
dump_state.c 111 (sta->flags & WLAN_STA_AUTH ? "[AUTH]" : ""),

Completed in 47 milliseconds