Searched refs:beacon_prot (Results 1 – 21 of 21) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | config_ssid.h | 1134 int beacon_prot; member
|
D | wpas_glue.c | 1485 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
|
D | config_file.c | 845 INT(beacon_prot); in wpa_config_write_network()
|
D | config.c | 2640 { INT_RANGE(beacon_prot, 0, 1) },
|
/hostap-3.6.0/src/ap/ |
D | wnm_ap.c | 172 if (hapd->conf->beacon_prot && in ieee802_11_send_wnmsleep_resp() 542 if (!hapd->conf->beacon_prot || in wnm_beacon_protection_failure()
|
D | wpa_auth_glue.c | 72 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf() 1516 _conf.beacon_prot = 0; in hostapd_setup_wpa()
|
D | wpa_auth.h | 194 int beacon_prot; member
|
D | ap_config.h | 356 int beacon_prot; member
|
D | ieee802_11_shared.c | 434 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
|
D | wpa_auth.c | 3233 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) { in ieee80211w_kde_len() 3275 if (!conf->beacon_prot) in ieee80211w_kde_add() 4088 conf->beacon_prot) { in wpa_gtk_update() 4360 if (ret == 0 && conf->beacon_prot && in wpa_group_config_group_keys()
|
D | wpa_auth_ft.c | 2632 if (sm->mgmt_frame_prot && conf->beacon_prot) { in wpa_sm_write_assoc_resp_ies()
|
/hostap-3.6.0/tests/hwsim/ |
D | test_wnm.py | 41 beacon_prot=False): argument 51 if beacon_prot: 329 beacon_prot=True) 331 beacon_prot="1",
|
D | test_ap_ft.py | 140 sae_transition=False, beacon_prot=False): argument 154 if beacon_prot: 498 run_ap_ft_pmf(dev, apdev, "1", beacon_prot=True) 500 def run_ap_ft_pmf(dev, apdev, ieee80211w, over_ds=False, beacon_prot=False): argument 506 if beacon_prot: 511 if beacon_prot: 522 ieee80211w=ieee80211w, over_ds=over_ds, beacon_prot=beacon_prot)
|
D | test_ap_pmf.py | 1113 dev[0].connect(ssid, psk="12345678", ieee80211w="2", beacon_prot="1", 1159 dev[0].connect(ssid, psk="12345678", ieee80211w="2", beacon_prot="1",
|
D | test_ap_ciphers.py | 680 beacon_prot='1',
|
D | test_sigma_dut.py | 4855 ieee80211w="2", beacon_prot="1")
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_i.h | 75 int beacon_prot; member
|
D | wpa.h | 137 int beacon_prot; member
|
D | wpa.c | 1341 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()
|
D | wpa_ft.c | 917 if (!sm->beacon_prot || !bigtk_elem || in wpa_ft_process_bigtk_subelem()
|
/hostap-3.6.0/hostapd/ |
D | config_file.c | 3456 bss->beacon_prot = atoi(pos); in hostapd_config_fill()
|