Searched refs:WLAN_STA_AUTH (Results 1 – 2 of 2) sorted by relevance
197 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer()225 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_handle_timer()671 sta->flags |= WLAN_STA_AUTH; in hostap_ap_tx_cb_auth()1008 sta->flags & WLAN_STA_AUTH ? " AUTH" : "", in prism2_sta_proc_read()1420 sta->flags |= WLAN_STA_AUTH; in handle_authen()1450 sta->flags |= WLAN_STA_AUTH; in handle_authen()1522 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()1736 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in handle_deauth()2103 sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC; in handle_beacon()2507 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in prism2_hostapd_add_sta()[all …]
12 #define WLAN_STA_AUTH BIT(0) macro