Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h1127 int beacon_prot; member
Dwpas_glue.c1489 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c844 INT(beacon_prot); in wpa_config_write_network()
Dconfig.c2639 { INT_RANGE(beacon_prot, 0, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwnm_ap.c172 if (hapd->conf->beacon_prot && in ieee802_11_send_wnmsleep_resp()
542 if (!hapd->conf->beacon_prot || in wnm_beacon_protection_failure()
Dwpa_auth_glue.c72 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf()
1516 _conf.beacon_prot = 0; in hostapd_setup_wpa()
Dwpa_auth.h194 int beacon_prot; member
Dap_config.h356 int beacon_prot; member
Dieee802_11_shared.c434 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
Dwpa_auth.c3242 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) { in ieee80211w_kde_len()
3283 if (!conf->beacon_prot) in ieee80211w_kde_add()
4095 conf->beacon_prot) { in wpa_gtk_update()
4367 if (ret == 0 && conf->beacon_prot && in wpa_group_config_group_keys()
Dwpa_auth_ft.c2631 if (sm->mgmt_frame_prot && conf->beacon_prot) { in wpa_sm_write_assoc_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h75 int beacon_prot; member
Dwpa.h137 int beacon_prot; member
Dwpa.c1341 if (ie->bigtk && sm->beacon_prot) { in ieee80211w_set_keys()
3236 sm->beacon_prot = config->beacon_prot; in wpa_sm_set_config()
3248 sm->beacon_prot = 0; in wpa_sm_set_config()
3952 if (sm->beacon_prot && in wpa_wnmsleep_install_key()
Dwpa_ft.c917 if (!sm->beacon_prot || !bigtk_elem || in wpa_ft_process_bigtk_subelem()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3456 bss->beacon_prot = atoi(pos); in hostapd_config_fill()