Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDsta_info.c430 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()
480 if ((sta->flags & WLAN_STA_ASSOC) && in ap_handle_timer()
503 (sta->flags & WLAN_STA_ASSOC)) { in ap_handle_timer()
511 if (!deauth && !(sta->flags & WLAN_STA_ASSOC)) { in ap_handle_timer()
548 sta->flags &= ~WLAN_STA_ASSOC; in ap_handle_timer()
747 sta->flags & WLAN_STA_ASSOC) { in ap_sta_remove()
808 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in ap_sta_disassociate()
812 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_disassociate()
864 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in ap_sta_deauthenticate()
1329 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_sta_disconnect()
[all …]
HDdrv_callbacks.c77 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notify_assoc_fils_finish()
78 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notify_assoc_fils_finish()
344 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in hostapd_notif_assoc()
345 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in hostapd_notif_assoc()
349 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in hostapd_notif_assoc()
350 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in hostapd_notif_assoc()
615 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()
616 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in hostapd_notif_assoc()
684 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in hostapd_notif_disassoc()
1374 if (sta && sta->flags & WLAN_STA_ASSOC) { in hostapd_event_eapol_rx()
HDwmm.c328 (sta->flags & (WLAN_STA_ASSOC | WLAN_STA_WMM)) != in hostapd_wmm_action()
329 (WLAN_STA_ASSOC | WLAN_STA_WMM)) { in hostapd_wmm_action()
HDieee802_11.c2326 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_AUTH | in handle_auth()
3082 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()
3083 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()
3087 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()
3088 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()
3434 sta->flags | WLAN_STA_ASSOC, sta->qosinfo, in add_associated_sta()
4290 sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK); in handle_disassoc()
4355 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC | in handle_deauth()
4422 (sta == NULL || !(sta->flags & WLAN_STA_ASSOC))) { in handle_action()
4837 if (sta->flags & WLAN_STA_ASSOC) in handle_assoc_cb()
[all …]
HDpreauth_auth.c68 if (sta && (sta->flags & WLAN_STA_ASSOC)) { in rsn_preauth_receive()
HDsta_info.h20 #define WLAN_STA_ASSOC BIT(1) macro
HDieee802_11_ht.c292 if (!sta || !(sta->flags & WLAN_STA_ASSOC)) { in hostapd_2040_coex_action()
HDap_drv_ops.c39 if (flags & WLAN_STA_ASSOC) in hostapd_sta_flags_to_drv()
762 if (!sta || !(sta->flags & WLAN_STA_ASSOC)) in hostapd_drv_send_action()
HDieee802_11_shared.c140 if (sta == NULL || !(sta->flags & WLAN_STA_ASSOC)) { in ieee802_11_send_sa_query_resp()
HDieee802_1x.c1040 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) && in ieee802_1x_receive()
1992 if ((sta->flags & WLAN_STA_ASSOC) && in ieee802_1x_receive_auth()
HDwpa_auth_glue.c832 if ((sta->flags & WLAN_STA_ASSOC) && in hostapd_wpa_auth_update_vlan()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDmesh_mpm.c907 sta->flags |= WLAN_STA_ASSOC; in mesh_mpm_plink_estab()