Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h201 int beacon_prot; member
354 bool beacon_prot; member
721 bool mgmt_frame_prot, bool beacon_prot,
H A Dwpa_auth_glue.c68 _conf->beacon_prot = 0; in hostapd_wpa_auth_config_update()
160 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf()
1751 info->beacon_prot, in hostapd_wpa_auth_get_ml_key_info()
1763 info->beacon_prot, in hostapd_wpa_auth_get_ml_key_info()
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 Dwpa_auth.c915 if (conf->tx_bss_auth && conf->beacon_prot) {
4283 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) {
4343 if (!sm->wpa_auth->conf.beacon_prot)
4439 bool mgmt_frame_prot, bool beacon_prot, argument
4447 info->link_id, mgmt_frame_prot, beacon_prot, vlan_id);
4473 if (!beacon_prot)
4543 if (!wpa_auth->conf.beacon_prot)
4574 ml_key_info.beacon_prot = sm->wpa_auth->conf.beacon_prot;
4663 if (!sm->wpa_auth->conf.beacon_prot) {
5975 if (!wpa_auth->non_tx_beacon_prot && !conf->beacon_prot)
[all …]
H A Dap_config.c1540 !bss->beacon_prot && ap_pmf_enabled(bss)) { in hostapd_config_check_bss()
1541 bss->beacon_prot = 1; in hostapd_config_check_bss()
H A Dap_config.h375 int beacon_prot; member
H A Dieee802_11_shared.c465 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
H A Dwpa_auth_ft.c2646 if (sm->mgmt_frame_prot && conf->beacon_prot) { in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h1241 int beacon_prot; member
H A Dwpas_glue.c1607 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c979 INT(beacon_prot); in wpa_config_write_network()
H A Dconfig.c2943 { INT_RANGE(beacon_prot, 0, 1) },
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h77 int beacon_prot; member
H A Dwpa.h173 int beacon_prot; member
H A Dwpa.c1975 if (ie->mlo_bigtk[link_id] && sm->beacon_prot) { in _mlo_ieee80211w_set_keys()
2032 if (ie->bigtk && sm->beacon_prot) { in ieee80211w_set_keys()
2684 if (!sm->beacon_prot) in wpa_validate_mlo_ieee80211w_kdes()
4839 sm->beacon_prot = config->beacon_prot; in wpa_sm_set_config()
4851 sm->beacon_prot = 0; in wpa_sm_set_config()
6033 if (sm->beacon_prot && in wpa_wnmsleep_install_key()
H A Dwpa_ft.c968 if (!sm->beacon_prot || !bigtk_elem || in wpa_ft_process_bigtk_subelem()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h338 bool beacon_prot; member
H A Dmac.c1651 tx_arvif->beacon_prot = true; in ath12k_mac_set_arvif_ies()
1697 if (!tx_arvif->beacon_prot) { in ath12k_mac_set_arvif_ies()
1705 tx_arvif->beacon_prot = true; in ath12k_mac_set_arvif_ies()
H A Dwmi.c2032 cpu_to_le32(u32_encode_bits(arvif->beacon_prot, in ath12k_wmi_bcn_tmpl()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3646 bss->beacon_prot = atoi(pos); in hostapd_config_fill()