| /src/external/bsd/wpa/dist/src/ap/ |
| bss_load.c | 23 unsigned int beacon_int = hapd->iconf->beacon_int; local 26 if (!update_period || !beacon_int) { 28 "BSS Load: Invalid BSS load update configuration (period=%u beacon_int=%u)", 29 update_period, beacon_int); 33 update_timeout = update_period * beacon_int;
|
| wnm_ap.c | 883 int timeout, beacon_int; local 892 beacon_int = hapd->iconf->beacon_int; 893 if (beacon_int < 1) 894 beacon_int = 100; /* best guess */ 895 /* Calculate timeout in ms based on beacon_int in TU */ 896 timeout = disassoc_timer * beacon_int * 128 / 125;
|
| beacon.c | 939 params->resp->u.probe_resp.beacon_int = 940 host_to_le16(hapd->iconf->beacon_int); 2009 WPA_PUT_LE16(pos, hapd->iconf->beacon_int); 2177 head->u.beacon.beacon_int = 2178 host_to_le16(hapd->iconf->beacon_int); 2433 params->beacon_int = hapd->iconf->beacon_int;
|
| ieee802_1x.c | 1817 int warning_time, beacon_int; local 1844 beacon_int = hapd->iconf->beacon_int; 1845 if (beacon_int < 1) 1846 beacon_int = 100; /* best guess */ 1847 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;
|
| ap_config.h | 1038 u16 beacon_int; member in struct:hostapd_config
|
| ieee802_11_eht.c | 582 wpabuf_put_le16(buf, link_bss->iconf->beacon_int);
|
| ap_config.c | 239 conf->beacon_int = 100;
|
| ctrl_iface_ap.c | 872 "beacon_int=%u\n" 886 iface->conf->beacon_int,
|
| /src/external/bsd/wpa/dist/hostapd/ |
| hostapd.conf | 243 beacon_int=100
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wnm_sta.h | 32 u16 beacon_int; /* valid if tsf_present=1 */ member in struct:neighbor_report
|
| config_ssid.h | 851 * beacon_int - Beacon interval (default: 100 TU) 853 int beacon_int; member in struct:wpa_ssid
|
| mesh.c | 668 if (ssid->beacon_int > 0) 669 params->beacon_int = ssid->beacon_int; 670 else if (wpa_s->conf->beacon_int > 0) 671 params->beacon_int = wpa_s->conf->beacon_int;
|
| bss.h | 102 u16 beacon_int; member in struct:wpa_bss
|
| wnm_sta.c | 458 rep->beacon_int = WPA_GET_LE16(pos + 2); 1383 unsigned int beacon_int; local 1397 beacon_int = wpa_s->current_bss->beacon_int; 1399 beacon_int = 100; /* best guess */ 1460 wpa_s->wnm_dissoc_timer * beacon_int * 128 / 125, url); 1586 valid_ms = valid_int * beacon_int * 128 / 125;
|
| ap.c | 673 if (ssid->beacon_int) 674 conf->beacon_int = ssid->beacon_int; 675 else if (wpa_s->conf->beacon_int) 676 conf->beacon_int = wpa_s->conf->beacon_int; 681 if (wpa_s->conf->p2p_go_ctwindow > conf->beacon_int) { 685 conf->beacon_int);
|
| config.h | 1322 * beacon_int - Default Beacon interval in TU 1325 * blocks that do not specify beacon_int. 1327 int beacon_int; member in struct:wpa_config
|
| config_file.c | 809 INT(beacon_int); 1390 if (config->beacon_int) 1391 fprintf(f, "beacon_int=%d\n", config->beacon_int);
|
| bss.c | 302 dst->beacon_int = src->beacon_int;
|
| rrm.c | 820 WPA_PUT_LE16(pos, bss->beacon_int);
|
| wpa_supplicant.c | 4355 if (ssid->beacon_int) 4356 params.beacon_int = ssid->beacon_int; 4358 params.beacon_int = wpa_s->conf->beacon_int;
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver.h | 345 * @beacon_int: beacon interval in TUs (host byte order) 382 u16 beacon_int; member in struct:wpa_scan_res 1025 * beacon_int - Beacon interval for IBSS or 0 to use driver default 1027 int beacon_int; member in struct:wpa_driver_associate_params 1433 * beacon_int - Beacon interval 1435 int beacon_int; member in struct:wpa_driver_ap_params 1880 int beacon_int; member in struct:wpa_driver_mesh_join_params
|
| driver_nl80211_scan.c | 791 r->beacon_int = nla_get_u16(bss[NL80211_BSS_BEACON_INTERVAL]);
|
| driver_bsd.c | 1375 result->beacon_int = sr->isr_intval;
|
| /src/external/bsd/wpa/dist/src/fst/ |
| fst_group.c | 42 " beacon_int=%u tsf_offs=[%u %u %u %u %u %u %u %u] mb_cc=0x%02x tmout=%u", 45 mbie->chan, MAC2STR(mbie->bssid), mbie->beacon_int,
|
| /src/external/bsd/wpa/dist/src/common/ |
| ieee802_11_defs.h | 1034 le16 beacon_int; member in struct:ieee80211_mgmt::__anon8266::__anon8273 1043 le16 beacon_int; member in struct:ieee80211_mgmt::__anon8266::__anon8274 2264 le16 beacon_int; member in struct:multi_band_ie
|