Home
last modified time | relevance | path

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

12

/netbsd/external/bsd/wpa/dist/src/ap/
H A 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()
H A 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()
H A Dap_config.h45 enum mfp_options ieee80211w; member
351 enum mfp_options ieee80211w; member
H A Dwpa_auth_glue.c68 wconf->ieee80211w = conf->ieee80211w; in hostapd_wpa_auth_conf()
111 wconf->ieee80211w = 1; in hostapd_wpa_auth_conf()
H A Dap_drv_ops.c309 params.ieee80211w = hapd->conf->ieee80211w; in hostapd_set_drv_ieee8021x()
H A Dap_config.c1191 bss->ieee80211w == NO_MGMT_FRAME_PROTECTION) { in hostapd_config_check_bss()
1199 if (full_config && bss->ieee80211w == NO_MGMT_FRAME_PROTECTION && in hostapd_config_check_bss()
H A Dwpa_auth.h191 enum mfp_options ieee80211w; member
H A 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()
H A Ddrv_callbacks.c462 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_notif_assoc()
H A Dwpa_auth.c3750 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_gtk_update()
3952 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_group_config_group_keys()
H A Dieee802_1x.c412 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in add_common_radius_sta_attr_rsn()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A 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()
H A 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()
H A DREADME-DPP71 ieee80211w=1
172 ieee80211w=1
191 ieee80211w=2
H A Dconfig_ssid.h462 enum mfp_options ieee80211w; member
H A Dap.c504 if (ssid->ieee80211w != MGMT_FRAME_PROTECTION_DEFAULT) in wpa_supplicant_conf_ap()
505 bss->ieee80211w = ssid->ieee80211w; in wpa_supplicant_conf_ap()
H A 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()
H A Dconfig_winreg.c941 write_int(netw, "ieee80211w", ssid->ieee80211w, in wpa_config_write_network()
H A 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) },
2905 ssid->ieee80211w = MGMT_FRAME_PROTECTION_DEFAULT; in wpa_config_set_network_defaults()
H A Ddpp_supplicant.c852 ssid->ieee80211w = MGMT_FRAME_PROTECTION_REQUIRED; in wpas_dpp_add_network()
889 ssid->ieee80211w = MGMT_FRAME_PROTECTION_OPTIONAL; in wpas_dpp_add_network()
H A Dwpa_supplicant.c1317 if (ssid->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in wpa_supplicant_set_suites()
1355 if (ssid->ieee80211w) { in wpa_supplicant_set_suites()
6997 if (ssid == NULL || ssid->ieee80211w == MGMT_FRAME_PROTECTION_DEFAULT) { in wpas_get_ssid_pmf()
7024 return ssid->ieee80211w; in wpas_get_ssid_pmf()
H A Dwps_supplicant.c537 ssid->ieee80211w = MGMT_FRAME_PROTECTION_OPTIONAL; in wpa_supplicant_wps_cred()
/netbsd/external/bsd/wpa/dist/src/drivers/
H A 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()
H A Ddriver.h1941 enum mfp_options ieee80211w; member
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c3377 bss->ieee80211w = atoi(pos);
3410 if (bss->ocv && !bss->ieee80211w)
3411 bss->ieee80211w = 1;

12