OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ap_max_inactivity
(Results
1 - 21
of
21
) sorted by null
/external/wpa_supplicant_8/src/ap/
sta_info.c
404
next_time = hapd->conf->
ap_max_inactivity
+ fuzz;
413
} else if (inactive_sec < hapd->conf->
ap_max_inactivity
) {
419
next_time = hapd->conf->
ap_max_inactivity
+ fuzz -
426
hapd->conf->
ap_max_inactivity
);
442
next_time = hapd->conf->
ap_max_inactivity
;
646
"for " MACSTR " (%d seconds -
ap_max_inactivity
)",
648
hapd->conf->
ap_max_inactivity
);
649
eloop_register_timeout(hapd->conf->
ap_max_inactivity
, 0,
[
all
...]
sta_info.h
208
/* Default value for maximum station inactivity. After
AP_MAX_INACTIVITY
has
214
#define
AP_MAX_INACTIVITY
(5 * 60)
ieee802_11_shared.c
498
if (hapd->conf->
ap_max_inactivity
> 0) {
502
val = hapd->conf->
ap_max_inactivity
;
ap_config.h
377
int
ap_max_inactivity
;
member in struct:hostapd_bss_config
ap_config.c
69
bss->
ap_max_inactivity
=
AP_MAX_INACTIVITY
;
beacon.c
[
all
...]
hostapd.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h
673
*
ap_max_inactivity
- Timeout in seconds to detect STA's inactivity
678
int
ap_max_inactivity
;
member in struct:wpa_ssid
ap.c
319
if (ssid->
ap_max_inactivity
)
320
bss->
ap_max_inactivity
= ssid->
ap_max_inactivity
;
[
all
...]
mesh.c
169
bss->conf->
ap_max_inactivity
= wpa_s->conf->mesh_max_inactivity;
mesh_rsn.c
59
hapd->conf->
ap_max_inactivity
);
config_file.c
769
INT(
ap_max_inactivity
);
[
all
...]
wpa_supplicant.conf
[
all
...]
config.c
[
all
...]
wpa_cli.c
[
all
...]
p2p_supplicant.c
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
hostapd.conf
417
# If a station does not send anything in
ap_max_inactivity
seconds, an
430
#
ap_max_inactivity
=300
[
all
...]
ChangeLog
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
[
all
...]
driver.h
1067
*
ap_max_inactivity
- Timeout in seconds to detect STA's inactivity
1071
int
ap_max_inactivity
;
member in struct:wpa_driver_ap_params
[
all
...]
Completed in 710 milliseconds