Searched refs:WLAN_STA_MFP (Results 1 – 7 of 7) sorted by relevance
60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
259 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()262 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()284 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()286 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()359 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
28 #define WLAN_STA_MFP BIT(10) macro
1608 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1611 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1627 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()1629 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()1735 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()2157 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()2376 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
34 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1284 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
703 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()