Home
last modified time | relevance | path

Searched refs:WLAN_STA_MFP (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDap_mlme.c60 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
HDdrv_callbacks.c244 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()
HDsta_info.h27 #define WLAN_STA_MFP BIT(10) macro
HDieee802_11.c1497 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()
HDap_drv_ops.c34 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
HDsta_info.c1154 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
/NextBSD/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c579 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()