Home
last modified time | relevance | path

Searched refs:beacon_prot (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h195 int beacon_prot; member
313 bool beacon_prot; member
647 bool mgmt_frame_prot, bool beacon_prot);
H A Dwpa_auth_glue.c73 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf()
1565 info->beacon_prot); in hostapd_wpa_auth_get_ml_key_info()
1576 info->beacon_prot); in hostapd_wpa_auth_get_ml_key_info()
1691 _conf.beacon_prot = 0; in hostapd_setup_wpa()
H A Dwpa_auth.c821 if (conf->tx_bss_auth && conf->beacon_prot) {
823 if (!conf->tx_bss_auth->conf.beacon_prot)
824 conf->tx_bss_auth->conf.beacon_prot = true;
4021 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) {
4076 if (!sm->wpa_auth->conf.beacon_prot)
4180 bool mgmt_frame_prot, bool beacon_prot) argument
4187 info->link_id, mgmt_frame_prot, beacon_prot);
4210 if (!beacon_prot)
4271 if (!wpa_auth->conf.beacon_prot)
4301 ml_key_info.beacon_prot = sm->wpa_auth->conf.beacon_prot;
[all …]
H A Dwnm_ap.c190 if (hapd->conf->beacon_prot && in ieee802_11_send_wnmsleep_resp()
579 if (!hapd->conf->beacon_prot || in wnm_beacon_protection_failure()
H A Dap_config.h363 int beacon_prot; member
H A Dieee802_11_shared.c461 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
H A Dwpa_auth_ft.c2683 if (sm->mgmt_frame_prot && conf->beacon_prot) { in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h1201 int beacon_prot; member
H A Dwpas_glue.c1556 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c854 INT(beacon_prot); in wpa_config_write_network()
H A Dconfig.c2752 { INT_RANGE(beacon_prot, 0, 1) },
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h76 int beacon_prot; member
H A Dwpa.h156 int beacon_prot; member
H A Dwpa.c1885 if (ie->mlo_bigtk[link_id] && sm->beacon_prot) { in _mlo_ieee80211w_set_keys()
1942 if (ie->bigtk && sm->beacon_prot) { in ieee80211w_set_keys()
2451 if (!sm->beacon_prot) in wpa_validate_mlo_ieee80211w_kdes()
4476 sm->beacon_prot = config->beacon_prot; in wpa_sm_set_config()
4488 sm->beacon_prot = 0; in wpa_sm_set_config()
5323 if (sm->beacon_prot && in wpa_wnmsleep_install_key()
H A Dwpa_ft.c962 if (!sm->beacon_prot || !bigtk_elem || in wpa_ft_process_bigtk_subelem()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3660 bss->beacon_prot = atoi(pos); in hostapd_config_fill()