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 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
sta_info.c
281
} else if (inactive_sec < hapd->conf->
ap_max_inactivity
&&
288
next_time = hapd->conf->
ap_max_inactivity
-
294
hapd->conf->
ap_max_inactivity
);
306
next_time = hapd->conf->
ap_max_inactivity
;
473
eloop_register_timeout(hapd->conf->
ap_max_inactivity
, 0,
ap_config.h
274
int
ap_max_inactivity
;
member in struct:hostapd_bss_config
ap_config.c
72
bss->
ap_max_inactivity
=
AP_MAX_INACTIVITY
;
/external/wpa_supplicant_8/hostapd/
config_file.c
1293
} else if (os_strcmp(buf, "
ap_max_inactivity
") == 0) {
1294
bss->
ap_max_inactivity
= atoi(pos);
[
all
...]
Completed in 36 milliseconds