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.c344 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()
373 sta->flags |= WLAN_STA_MFP; in hostapd_notif_assoc()
375 sta->flags &= ~WLAN_STA_MFP; in hostapd_notif_assoc()
448 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in hostapd_notif_assoc()
Dsta_info.h26 #define WLAN_STA_MFP BIT(10) macro
Dieee802_11.c2309 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()
2952 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()
2953 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()
2957 if ((sta->flags & (WLAN_STA_ASSOC | WLAN_STA_MFP)) == in check_assoc_ies()
2958 (WLAN_STA_ASSOC | WLAN_STA_MFP) && in check_assoc_ies()
2975 sta->flags |= WLAN_STA_MFP; in check_assoc_ies()
2977 sta->flags &= ~WLAN_STA_MFP; in check_assoc_ies()
3147 elems.mbo && sta->cell_capa && !(sta->flags & WLAN_STA_MFP) && in check_assoc_ies()
3989 if ((sta->flags & WLAN_STA_MFP) && sta->sa_query_timed_out) { in handle_assoc()
4265 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.c1414 (flags & WLAN_STA_MFP ? "[MFP]" : ""), in ap_sta_flags_txt()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c751 sta->flags |= WLAN_STA_MFP; in mesh_mpm_add_peer()