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()
244 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()247 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()269 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()271 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()
27 #define WLAN_STA_MFP BIT(10) macro
1497 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1500 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()1516 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()1518 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()1956 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()2142 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
34 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
1154 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
579 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()