OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtim_period
(Results
1 - 17
of
17
) sorted by null
/hardware/ti/wlan/mac80211/config/
hostapd.conf
12
dtim_period
=2
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
201
if (ssid->
dtim_period
)
202
bss->
dtim_period
= ssid->
dtim_period
;
203
else if (wpa_s->conf->
dtim_period
)
204
bss->
dtim_period
= wpa_s->conf->
dtim_period
;
config_ssid.h
595
*
dtim_period
- DTIM period in Beacon intervals
598
int
dtim_period
;
member in struct:wpa_ssid
config_file.c
717
INT(
dtim_period
);
1006
if (config->
dtim_period
)
1007
fprintf(f, "
dtim_period
=%d\n", config->
dtim_period
);
config.h
840
*
dtim_period
- Default DTIM period in Beacon intervals
843
* blocks that do not specify
dtim_period
.
845
int
dtim_period
;
member in struct:wpa_config
wpa_supplicant.conf
293
#
dtim_period
=2
[
all
...]
config.c
[
all
...]
wpa_cli.c
625
"sae_groups", "
dtim_period
", "beacon_int", "ap_vendor_elements",
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
194
int
dtim_period
;
member in struct:hostapd_bss_config
beacon.c
733
params.
dtim_period
= hapd->conf->
dtim_period
;
ap_config.c
63
bss->
dtim_period
= 2;
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
hostapd.conf
152
dtim_period
=2
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
130
uint8
dtim_period
; /* DTIM period */
member in struct:wl_bss_info_107
163
uint8
dtim_period
; /* DTIM period */
member in struct:wl_bss_info_108
205
uint8
dtim_period
; /* DTIM period */
member in struct:wl_bss_info
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
643
*
dtim_period
- DTIM period
645
int
dtim_period
;
member in struct:wpa_driver_ap_params
[
all
...]
driver_nl80211.c
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
1689
uint8
dtim_period
; \/* DTIM period *\/
member in struct:dot11_tim_ie
[
all
...]
Completed in 693 milliseconds