Home
last modified time | relevance | path

Searched refs:WLAN_STA_ASSOC (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/src/ap/
Dsta_info.c556 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()
605 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()
628 (sta->flags & WLAN_STA_ASSOC)) { in ap_handle_timer()
636 if (!deauth && !(sta->flags & WLAN_STA_ASSOC)) { in ap_handle_timer()
673 sta->flags &= ~WLAN_STA_ASSOC; in ap_handle_timer()
719 if (!(sta->flags & (WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_handle_session_timer()
878 sta->flags & WLAN_STA_ASSOC) { in ap_sta_remove()
969 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_sta_handle_disassociate()
973 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_handle_disassociate()
1014 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_handle_deauthenticate()
[all …]
Dwmm.c325 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()
326 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
Ddrv_callbacks.c82 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notify_assoc_fils_finish()
83 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notify_assoc_fils_finish()
116 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query_need()
117 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query_need()
872 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()
873 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notif_assoc()
918 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in hostapd_remove_sta()
1997 if (sta && (sta->flags & WLAN_STA_ASSOC) && in hostapd_find_by_sta()
2012 if (sta && (sta->flags & WLAN_STA_ASSOC) && in hostapd_find_by_sta()
Dpreauth_auth.c68 if (sta && (sta->flags & WLAN_STA_ASSOC)) { in rsn_preauth_receive()
Dsta_info.h24 #define WLAN_STA_ASSOC BIT(1) macro
Dieee802_11.c3122 (sta->flags & WLAN_STA_ASSOC)) { in handle_auth()
3900 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) != in check_sa_query()
3901 (WLAN_STA_ASSOC | WLAN_STA_MFP | WLAN_STA_AUTHORIZED)) in check_sa_query()
4823 sta->flags | WLAN_STA_ASSOC, sta->qosinfo, in add_associated_sta()
5783 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in hostapd_deauth_sta()
5807 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in hostapd_disassoc_sta()
6013 (sta == NULL || !(sta->flags & WLAN_STA_ASSOC))) { in handle_action()
6485 sta->flags |= WLAN_STA_ASSOC; in ieee80211_ml_link_sta_assoc_cb()
6607 if (sta->flags & WLAN_STA_ASSOC) in handle_assoc_cb()
6609 sta->flags |= WLAN_STA_ASSOC; in handle_assoc_cb()
[all …]
Dieee802_11_ht.c270 if (!sta || !(sta->flags & WLAN_STA_ASSOC)) { in hostapd_2040_coex_action()
Dap_drv_ops.c40 if (flags & WLAN_STA_ASSOC) in hostapd_sta_flags_to_drv()
940 if (!sta || !(sta->flags & WLAN_STA_ASSOC)) in hapd_drv_send_action()
Dieee802_11_shared.c168 if (sta == NULL || !(sta->flags & WLAN_STA_ASSOC)) { in ieee802_11_send_sa_query_resp()
Dwnm_ap.c733 if (!sta || !(sta->flags & WLAN_STA_ASSOC)) { in ieee802_11_rx_wnm_event_report()
Dieee802_1x.c1136 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) && in ieee802_1x_receive()
2101 if ((sta->flags & WLAN_STA_ASSOC) && in ieee802_1x_receive_auth()
Dwpa_auth_glue.c1073 if ((sta->flags & WLAN_STA_ASSOC) && in hostapd_wpa_auth_update_vlan()
/hostap-latest/tests/fuzzing/ap-mgmt/
Dap-mgmt.c124 sta->flags |= WLAN_STA_ASSOC | WLAN_STA_WMM; in init_hapd()
/hostap-latest/wpa_supplicant/
Dmesh_mpm.c955 sta->flags |= WLAN_STA_ASSOC; in mesh_mpm_plink_estab()