Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_mlme.c64 !(sta->flags & WLAN_STA_MFP)) in mlme_authenticate_indication()
Ddrv_callbacks.c331 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()
334 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in hostapd_notif_assoc()
356 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()
358 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()
431 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
Dsta_info.h30 #define WLAN_STA_MFP BIT(10) macro
Dieee802_11.c1880 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()
2447 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()
2450 if ((sta->flags & WLAN_STA_MFP) && !sta->sa_query_timed_out && in check_assoc_ies()
2466 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()
2468 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()
2585 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()
3262 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()
3537 if (sta && (sta->flags & WLAN_STA_MFP) && in handle_action()
Dgas_query_ap.c254 return sta && (sta->flags & WLAN_STA_MFP); in pmf_in_use()
Dap_drv_ops.c35 if (flags & WLAN_STA_MFP) in hostapd_sta_flags_to_drv()
Dsta_info.c1355 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c727 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()