Searched refs:WLAN_STA_ASSOC (Results 1 – 9 of 9) sorted by relevance
272 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()282 sta->flags & WLAN_STA_ASSOC) { in ap_handle_timer()298 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()316 (sta->flags & WLAN_STA_ASSOC)) { in ap_handle_timer()376 sta->flags &= ~WLAN_STA_ASSOC; in ap_handle_timer()494 sta->flags & WLAN_STA_ASSOC) { in ap_sta_remove()533 sta->flags &= ~WLAN_STA_ASSOC; in ap_sta_disassociate()551 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_sta_deauthenticate()792 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_sta_disconnect()
57 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ieee80211_tkip_countermeasures_start()
270 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()271 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
183 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()184 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notif_assoc()227 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in hostapd_notif_disassoc()
20 #define WLAN_STA_ASSOC BIT(1) macro
1163 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in handle_disassoc()1219 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in handle_deauth()1304 if (sta == NULL || !(sta->flags & WLAN_STA_ASSOC)) { in hostapd_sa_query_request()1431 if (sta == NULL || !(sta->flags & WLAN_STA_ASSOC)) { in handle_action()1681 if (sta->flags & WLAN_STA_ASSOC) in handle_assoc_cb()1683 sta->flags |= WLAN_STA_ASSOC; in handle_assoc_cb()1862 if (sta && (sta->flags & WLAN_STA_ASSOC)) { in ieee802_11_rx_from_unknown()
74 if (sta && (sta->flags & WLAN_STA_ASSOC)) { in rsn_preauth_receive()
126 if (ap_sta_is_authorized(sta) && (sta->flags & WLAN_STA_ASSOC)) { in ieee802_1x_set_sta_authorized()725 if (!sta || !(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH))) { in ieee802_1x_receive()
114 (sta->flags & WLAN_STA_ASSOC ? "[ASSOC]" : ""), in hostapd_dump_state()