Searched refs:WLAN_STA_AUTH (Results 1 – 4 of 4) sorted by relevance
206 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer()234 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_handle_timer()728 sta->flags |= WLAN_STA_AUTH; in hostap_ap_tx_cb_auth()1057 sta->flags & WLAN_STA_AUTH ? " AUTH" : "", in prism2_sta_proc_show()1481 sta->flags |= WLAN_STA_AUTH; in handle_authen()1511 sta->flags |= WLAN_STA_AUTH; in handle_authen()1583 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()1797 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in handle_deauth()2163 sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC; in handle_beacon()2564 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in prism2_hostapd_add_sta()[all …]
12 #define WLAN_STA_AUTH BIT(0) macro
55 #define WLAN_STA_AUTH BIT0 macro
54 #define WLAN_STA_AUTH BIT0 macro