Home
last modified time | relevance | path

Searched refs:ieee80211w (Results 1 – 22 of 22) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c240 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_write_rsn_ie()
242 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in wpa_write_rsn_ie()
264 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION && in wpa_write_rsn_ie()
305 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) in wpa_write_rsn_ie()
310 if (conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_write_rsn_ie()
361 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_write_osen()
363 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in wpa_write_osen()
630 if (wpa_auth->conf.ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) { in wpa_validate_wpa_ie()
651 if (wpa_auth->conf.ieee80211w == NO_MGMT_FRAME_PROTECTION || in wpa_validate_wpa_ie()
Dhs20.c79 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_eid_osen()
81 if (hapd->conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in hostapd_eid_osen()
Dwpa_auth_glue.c53 wconf->ieee80211w = conf->ieee80211w; in hostapd_wpa_auth_conf()
89 wconf->ieee80211w = 1; in hostapd_wpa_auth_conf()
Dwpa_auth.h157 enum mfp_options ieee80211w; member
Dap_drv_ops.c292 params.ieee80211w = hapd->conf->ieee80211w; in hostapd_set_drv_ieee8021x()
Dap_config.h304 enum mfp_options ieee80211w; member
Dap_config.c879 bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in hostapd_config_check_bss()
Ddrv_callbacks.c360 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_notif_assoc()
Dwpa_auth.c2703 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_gtk_update()
2905 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_group_config_group_keys()
Dieee802_1x.c382 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in add_common_radius_sta_attr_rsn()
Dhostapd.c220 if (hapd->conf->ieee80211w) { in hostapd_broadcast_key_clear_iface()
Dieee802_11.c1736 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in check_assoc_ies()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h423 enum mfp_options ieee80211w; member
Dap.c394 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT) in wpa_supplicant_conf_ap()
395 bss->ieee80211w = ssid->ieee80211w; in wpa_supplicant_conf_ap()
Dconfig_winreg.c929 write_int(netw, "ieee80211w", ssid->ieee80211w, in wpa_config_write_network()
Dwpa_supplicant.c1154 ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION ? in wpa_supplicant_set_suites()
1167 if (ssid->ieee80211w) { in wpa_supplicant_set_suites()
5804 if (ssid == NULL || ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in wpas_get_ssid_pmf()
5818 return ssid->ieee80211w; in wpas_get_ssid_pmf()
Dconfig_file.c760 write_int(f, "ieee80211w", ssid->ieee80211w, in wpa_config_write_network()
Dconfig.c1985 { INT_RANGE(ieee80211w, 0, 2) },
2531 ssid->ieee80211w = MGMT_FRAME_PROTECTION_DEFAULT; in wpa_config_set_network_defaults()
DChangeLog288 * allow PMF to be enabled for AP mode operation with the ieee80211w
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c346 if (params->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in atheros_configure_wpa()
348 if (params->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in atheros_configure_wpa()
Ddriver.h1518 enum mfp_options ieee80211w; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2833 bss->ieee80211w = atoi(pos); in hostapd_config_fill()