Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c290 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_write_rsn_ie()
292 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in wpa_write_rsn_ie()
318 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION && in wpa_write_rsn_ie()
359 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) in wpa_write_rsn_ie()
364 if (conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_write_rsn_ie()
415 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_write_osen()
417 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in wpa_write_osen()
762 if (wpa_auth->conf.ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) { in wpa_validate_wpa_ie()
778 if (wpa_auth->conf.ieee80211w == MGMT_FRAME_PROTECTION_OPTIONAL && in wpa_validate_wpa_ie()
799 if (wpa_auth->conf.ieee80211w == NO_MGMT_FRAME_PROTECTION || in wpa_validate_wpa_ie()
Dhs20.c84 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_eid_osen()
86 if (hapd->conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in hostapd_eid_osen()
Dap_config.h44 enum mfp_options ieee80211w; member
337 enum mfp_options ieee80211w; member
Dwpa_auth_glue.c64 wconf->ieee80211w = conf->ieee80211w; in hostapd_wpa_auth_conf()
107 wconf->ieee80211w = 1; in hostapd_wpa_auth_conf()
Dap_drv_ops.c309 params.ieee80211w = hapd->conf->ieee80211w; in hostapd_set_drv_ieee8021x()
Dap_config.c1071 bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in hostapd_config_check_bss()
1079 if (full_config && bss->ieee80211w == NO_MGMT_FRAME_PROTECTION && in hostapd_config_check_bss()
Dwpa_auth.h191 enum mfp_options ieee80211w; member
Dwps_hostapd.c362 if (bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) in hapd_wps_reconfig_in_memory()
363 bss->ieee80211w = in hapd_wps_reconfig_in_memory()
563 if (sae && hapd->conf->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in hapd_wps_cred_cb()
Ddrv_callbacks.c449 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_notif_assoc()
Dwpa_auth.c3694 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_gtk_update()
3896 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_group_config_group_keys()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c90 conf->ieee80211w = ssid->ieee80211w; in mesh_config_create()
91 if (conf->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in mesh_config_create()
93 conf->ieee80211w = wpa_s->conf->pmf; in mesh_config_create()
95 conf->ieee80211w = NO_MGMT_FRAME_PROTECTION; in mesh_config_create()
119 if (conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) in mesh_config_create()
Dmesh_rsn.c145 enum mfp_options ieee80211w, int ocv) in __mesh_rsn_auth_init() argument
169 conf.ieee80211w = ieee80211w; in __mesh_rsn_auth_init()
170 if (ieee80211w != NO_MGMT_FRAME_PROTECTION) in __mesh_rsn_auth_init()
190 if (ieee80211w != NO_MGMT_FRAME_PROTECTION) { in __mesh_rsn_auth_init()
248 conf->ieee80211w, conf->ocv) < 0) { in mesh_rsn_auth_init()
DREADME-DPP71 ieee80211w=1
172 ieee80211w=1
191 ieee80211w=2
Dconfig_ssid.h460 enum mfp_options ieee80211w; member
Dap.c499 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT) in wpa_supplicant_conf_ap()
500 bss->ieee80211w = ssid->ieee80211w; in wpa_supplicant_conf_ap()
Dconfig_file.c164 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in wpa_config_validate_network()
850 write_int(f, "ieee80211w", ssid->ieee80211w, in wpa_config_write_network()
Dconfig_winreg.c941 write_int(netw, "ieee80211w", ssid->ieee80211w, in wpa_config_write_network()
Dconfig.c2092 if (ssid->ocv && ssid->ieee80211w == NO_MGMT_FRAME_PROTECTION) in wpa_config_parse_ocv()
2093 ssid->ieee80211w = MGMT_FRAME_PROTECTION_OPTIONAL; in wpa_config_parse_ocv()
2318 { INT_RANGE(ieee80211w, 0, 2) },
2904 ssid->ieee80211w = MGMT_FRAME_PROTECTION_DEFAULT; in wpa_config_set_network_defaults()
Ddpp_supplicant.c823 ssid->ieee80211w = MGMT_FRAME_PROTECTION_REQUIRED; in wpas_dpp_add_network()
860 ssid->ieee80211w = MGMT_FRAME_PROTECTION_OPTIONAL; in wpas_dpp_add_network()
Dwpa_supplicant.c1317 if (ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_supplicant_set_suites()
1355 if (ssid->ieee80211w) { in wpa_supplicant_set_suites()
7013 if (ssid == NULL || ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in wpas_get_ssid_pmf()
7040 return ssid->ieee80211w; in wpas_get_ssid_pmf()
/external/wpa_supplicant_8/tests/
Dtest-eapol.c470 conf.ieee80211w = 2; in auth_init_group()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_network.cpp1014 wpa_ssid->ieee80211w = in setRequirePmfInternal()
1425 (wpa_ssid->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)}; in getRequirePmfInternal()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c370 if (params->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in atheros_configure_wpa()
372 if (params->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in atheros_configure_wpa()
Ddriver.h1895 enum mfp_options ieee80211w; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3356 bss->ieee80211w = atoi(pos); in hostapd_config_fill()
3389 if (bss->ocv && !bss->ieee80211w) in hostapd_config_fill()
3390 bss->ieee80211w = 1; in hostapd_config_fill()

12