HomeSort by: relevance | last modified time | path
    Searched refs:beacon_prot (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 1196 * beacon_prot - Whether Beacon protection is enabled
1201 int beacon_prot; member in struct:wpa_ssid
wpas_glue.c 1556 conf.beacon_prot = ssid->beacon_prot;
config_file.c 854 INT(beacon_prot);
config.c 2752 { INT_RANGE(beacon_prot, 0, 1) },
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 195 int beacon_prot; member in struct:wpa_auth_config
313 bool beacon_prot; member in struct:wpa_auth_ml_key_info
647 bool mgmt_frame_prot, bool beacon_prot);
wpa_auth_glue.c 73 wconf->beacon_prot = conf->beacon_prot;
1565 info->beacon_prot);
1576 info->beacon_prot);
1691 _conf.beacon_prot = 0;
wnm_ap.c 190 if (hapd->conf->beacon_prot &&
579 if (!hapd->conf->beacon_prot ||
wpa_auth.c 821 if (conf->tx_bss_auth && conf->beacon_prot) {
823 if (!conf->tx_bss_auth->conf.beacon_prot)
824 conf->tx_bss_auth->conf.beacon_prot = true;
4021 if (sm->mgmt_frame_prot && sm->wpa_auth->conf.beacon_prot) {
4076 if (!sm->wpa_auth->conf.beacon_prot)
4180 bool mgmt_frame_prot, bool beacon_prot)
4187 info->link_id, mgmt_frame_prot, beacon_prot);
4210 if (!beacon_prot)
4271 if (!wpa_auth->conf.beacon_prot)
4301 ml_key_info.beacon_prot = sm->wpa_auth->conf.beacon_prot
    [all...]
ap_config.h 363 int beacon_prot; member in struct:hostapd_bss_config
ieee802_11_shared.c 461 if (hapd->conf->beacon_prot &&
wpa_auth_ft.c 2683 if (sm->mgmt_frame_prot && conf->beacon_prot) {
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h 156 int beacon_prot; member in struct:rsn_supp_config
wpa_i.h 76 int beacon_prot; member in struct:wpa_sm
wpa.c 1885 if (ie->mlo_bigtk[link_id] && sm->beacon_prot) {
1942 if (ie->bigtk && sm->beacon_prot) {
2451 if (!sm->beacon_prot)
4476 sm->beacon_prot = config->beacon_prot;
4488 sm->beacon_prot = 0;
5323 if (sm->beacon_prot &&
wpa_ft.c 962 if (!sm->beacon_prot || !bigtk_elem ||
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3659 } else if (os_strcmp(buf, "beacon_prot") == 0) {
3660 bss->beacon_prot = atoi(pos);

Completed in 58 milliseconds