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/
H A Dconfig_ssid.h1146 * beacon_prot - Whether Beacon protection is enabled
1151 int beacon_prot; member
H A Dwpas_glue.c1517 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c895 INT(beacon_prot); in wpa_config_write_network()
H A Dconfig.c2773 { INT_RANGE(beacon_prot, 0, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwnm_ap.c172 if (hapd->conf->beacon_prot && in ieee802_11_send_wnmsleep_resp()
547 if (!hapd->conf->beacon_prot || in wnm_beacon_protection_failure()
H A Dwpa_auth_glue.c74 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf()
1533 _conf.beacon_prot = 0; in hostapd_setup_wpa()
H A Dap_config.h356 int beacon_prot; member
H A Dwpa_auth.h194 int beacon_prot; member
H A Dieee802_11_shared.c434 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
H A Dwpa_auth.c3264 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) { in ieee80211w_kde_len()
3305 if (!conf->beacon_prot) in ieee80211w_kde_add()
4117 conf->beacon_prot) { in wpa_gtk_update()
4389 if (ret == 0 && conf->beacon_prot && in wpa_group_config_group_keys()
H A 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/
H A Dwpa_i.h75 int beacon_prot; member
H A Dwpa.h141 int beacon_prot; member
H A Dwpa.c1778 if (ie->mlo_bigtk[link_id] && sm->beacon_prot) {
1836 if (ie->bigtk && sm->beacon_prot) {
2234 if (!sm->beacon_prot)
4362 sm->beacon_prot = config->beacon_prot;
4374 sm->beacon_prot = 0;
5158 if (sm->beacon_prot &&
H A Dwpa_ft.c933 if (!sm->beacon_prot || !bigtk_elem ||
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3550 } else if (os_strcmp(buf, "beacon_prot") == 0) { in hostapd_config_fill()
3551 bss->beacon_prot = atoi(pos); in hostapd_config_fill()

Completed in 48 milliseconds