Home
last modified time | relevance | path

Searched refs:ssid_protection (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h1285 bool ssid_protection; member
H A Dconfig_file.c897 INT(ssid_protection); in wpa_config_write_network()
H A Dconfig.c2758 { INT_RANGE(ssid_protection, 0, 1)},
H A Dwpa_supplicant.c2119 if (ssid->ssid_protection && proto == WPA_PROTO_RSN) { in wpa_supplicant_set_suites()
H A DChangeLog47 enabled with ssid_protection=1)
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h187 bool ssid_protection; member
H A Dwpa_auth.h297 bool ssid_protection; member
H A Dap_config.h964 bool ssid_protection; member
H A Dwpa_auth_glue.c76 wconf->ssid_protection = conf->ssid_protection; in hostapd_wpa_auth_conf()
H A Dieee802_11_shared.c1129 if (hapd->conf->ssid_protection) in hostapd_eid_rsnxe()
H A Dwpa_auth_ie.c432 if (conf->ssid_protection) in wpa_write_rsnxe()
H A Dwpa_auth.c4714 if (sm->ssid_protection)
4836 if (sm->ssid_protection) {
6830 sm->ssid_protection = val;
H A Dieee802_11.c4264 hapd->conf->ssid_protection && in __check_assoc_ies()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c388 if (sm->ssid_protection) in wpa_gen_rsnxe()
H A Dwpa_i.h115 unsigned int ssid_protection:1; member
H A Dwpa.c2555 if (sm->ssid_protection) { in wpa_supplicant_process_3_of_4()
4738 sm->ssid_protection = value; in wpa_sm_set_param()
5011 if (sm->ssid_protection && in wpa_sm_set_assoc_rsnxe()
5016 sm->ssid_protection = 0; in wpa_sm_set_assoc_rsnxe()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c5055 bss->ssid_protection = val; in hostapd_config_fill()
H A DChangeLog35 enabled with ssid_protection=1)