Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h1127 int beacon_prot; member
H A Dwpas_glue.c1485 conf.beacon_prot = ssid->beacon_prot; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c844 INT(beacon_prot); in wpa_config_write_network()
H A Dconfig.c2639 { INT_RANGE(beacon_prot, 0, 1) },
/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dwpa_auth_glue.c72 wconf->beacon_prot = conf->beacon_prot; in hostapd_wpa_auth_conf()
1516 _conf.beacon_prot = 0; in hostapd_setup_wpa()
H A Dwpa_auth.h194 int beacon_prot; member
H A Dap_config.h356 int beacon_prot; member
H A Dieee802_11_shared.c434 if (hapd->conf->beacon_prot && in hostapd_ext_capab_byte()
H A Dwpa_auth.c3233 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) { in ieee80211w_kde_len()
3274 if (!conf->beacon_prot) in ieee80211w_kde_add()
4086 conf->beacon_prot) { in wpa_gtk_update()
4358 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()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h75 int beacon_prot; member
H A Dwpa.h137 int beacon_prot; member
H A 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()
H A Dwpa_ft.c917 if (!sm->beacon_prot || !bigtk_elem || in wpa_ft_process_bigtk_subelem()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3456 bss->beacon_prot = atoi(pos); in hostapd_config_fill()