OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_max_inactivity
(Results
1 - 13
of
13
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h
587
*
ap_max_inactivity
- Timeout in seconds to detect STA's inactivity
592
int
ap_max_inactivity
;
member in struct:wpa_ssid
ap.c
198
if (ssid->
ap_max_inactivity
)
199
bss->
ap_max_inactivity
= ssid->
ap_max_inactivity
;
config.c
[
all
...]
p2p_supplicant.c
1084
ssid->
ap_max_inactivity
= wpa_s->parent->conf->p2p_go_max_inactivity;
[
all
...]
/external/wpa_supplicant_8/src/ap/
sta_info.c
344
next_time = hapd->conf->
ap_max_inactivity
+ fuzz;
345
} else if (inactive_sec < hapd->conf->
ap_max_inactivity
&&
352
next_time = hapd->conf->
ap_max_inactivity
+ fuzz -
359
hapd->conf->
ap_max_inactivity
);
375
next_time = hapd->conf->
ap_max_inactivity
;
536
"for " MACSTR " (%d seconds -
ap_max_inactivity
)",
538
hapd->conf->
ap_max_inactivity
);
539
eloop_register_timeout(hapd->conf->
ap_max_inactivity
, 0,
ieee802_11_shared.c
455
if (hapd->conf->
ap_max_inactivity
> 0) {
459
val = hapd->conf->
ap_max_inactivity
;
ap_config.h
323
int
ap_max_inactivity
;
member in struct:hostapd_bss_config
beacon.c
785
params.
ap_max_inactivity
= hapd->conf->
ap_max_inactivity
;
ap_config.c
66
bss->
ap_max_inactivity
=
AP_MAX_INACTIVITY
;
hostapd.c
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
792
*
ap_max_inactivity
- Timeout in seconds to detect STA's inactivity
796
int
ap_max_inactivity
;
member in struct:wpa_driver_ap_params
[
all
...]
driver_nl80211.c
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
Completed in 53 milliseconds