OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beacon_int
(Results
1 - 25
of
29
) sorted by null
1
2
/external/wpa_supplicant_8/src/ap/
bss_load.c
49
if (!conf->bss_load_update_period || !iconf->
beacon_int
)
53
iconf->
beacon_int
;
wnm_ap.c
481
int timeout,
beacon_int
;
local
490
beacon_int
= hapd->iconf->
beacon_int
;
491
if (
beacon_int
< 1)
492
beacon_int
= 100; /* best guess */
493
/* Calculate timeout in ms based on
beacon_int
in TU */
494
timeout = disassoc_timer *
beacon_int
* 128 / 125;
beacon.c
406
resp->u.probe_resp.
beacon_int
=
407
host_to_le16(hapd->iconf->
beacon_int
);
1005
head->u.beacon.
beacon_int
=
1006
host_to_le16(hapd->iconf->
beacon_int
);
1164
params->
beacon_int
= hapd->iconf->
beacon_int
;
[
all
...]
ieee802_1x.c
1525
int warning_time,
beacon_int
;
local
[
all
...]
ap_config.h
597
u16
beacon_int
;
member in struct:hostapd_config
ap_config.c
157
conf->
beacon_int
= 100;
/external/wpa_supplicant_8/hostapd/
hostapd.conf
184
beacon_int
=100
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h
32
u16
beacon_int
; /* valid if tsf_present=1 */
member in struct:neighbor_report
mesh.c
382
if (ssid->
beacon_int
> 0)
383
params.
beacon_int
= ssid->
beacon_int
;
384
else if (wpa_s->conf->
beacon_int
> 0)
385
params.
beacon_int
= wpa_s->conf->
beacon_int
;
config_ssid.h
687
*
beacon_int
- Beacon interval (default: 100 TU)
689
int
beacon_int
;
member in struct:wpa_ssid
bss.h
85
u16
beacon_int
;
member in struct:wpa_bss
wnm_sta.c
351
rep->
beacon_int
= WPA_GET_LE16(pos + 2);
1030
unsigned int
beacon_int
;
local
1040
beacon_int
= wpa_s->current_bss->
beacon_int
;
1042
beacon_int
= 100; /* best guess */
1081
wpa_s->wnm_dissoc_timer *
beacon_int
* 128 / 125, url);
1147
valid_ms = valid_int *
beacon_int
* 128 / 125;
[
all
...]
ap.c
327
if (ssid->
beacon_int
)
328
conf->
beacon_int
= ssid->
beacon_int
;
329
else if (wpa_s->conf->
beacon_int
)
330
conf->
beacon_int
= wpa_s->conf->
beacon_int
;
335
if (wpa_s->conf->p2p_go_ctwindow > conf->
beacon_int
) {
339
conf->
beacon_int
);
[
all
...]
config.h
1070
int
beacon_int
;
member in struct:wpa_config
[
all
...]
config_file.c
771
INT(
beacon_int
);
1221
if (config->
beacon_int
)
1222
fprintf(f, "
beacon_int
=%d\n", config->
beacon_int
);
[
all
...]
bss.c
293
dst->
beacon_int
= src->
beacon_int
;
[
all
...]
wpa_supplicant.c
[
all
...]
config.c
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
218
* @
beacon_int
: beacon interval in TUs (host byte order)
250
u16
beacon_int
;
member in struct:wpa_scan_res
626
*
beacon_int
- Beacon interval for IBSS or 0 to use driver default
628
int
beacon_int
;
member in struct:wpa_driver_associate_params
923
*
beacon_int
- Beacon interval
925
int
beacon_int
;
member in struct:wpa_driver_ap_params
1130
int
beacon_int
;
member in struct:wpa_driver_mesh_join_params
[
all
...]
driver_nl80211_scan.c
654
r->
beacon_int
= nla_get_u16(bss[NL80211_BSS_BEACON_INTERVAL]);
driver_nl80211.c
[
all
...]
driver_bsd.c
[
all
...]
driver_ndis.c
881
r->
beacon_int
= WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
[
all
...]
/external/wpa_supplicant_8/src/fst/
fst_group.c
37
"
beacon_int
=%u tsf_offs=[%u %u %u %u %u %u %u %u] mb_cc=0x%02x tmout=%u",
40
mbie->chan, MAC2STR(mbie->bssid), mbie->
beacon_int
,
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
524
le16
beacon_int
;
member in struct:ieee80211_mgmt::__anon28280::__anon28287
533
le16
beacon_int
;
member in struct:ieee80211_mgmt::__anon28280::__anon28288
1484
le16
beacon_int
;
member in struct:multi_band_ie
[
all
...]
Completed in 4148 milliseconds
1
2