OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inactive_sec
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_hostap.h
163
u32
inactive_sec
;
member in struct:prism2_hostapd_param::__anon28351::__anon28353
driver_hostap.c
680
return param.u.get_info_sta.
inactive_sec
;
/external/wpa_supplicant_8/src/ap/
sta_info.c
386
int
inactive_sec
;
local
393
inactive_sec
= hostapd_drv_get_inact_sec(hapd, sta->addr);
394
if (
inactive_sec
== -1) {
405
} else if (
inactive_sec
== -ENOENT) {
413
} else if (
inactive_sec
< hapd->conf->ap_max_inactivity) {
417
MAC2STR(sta->addr),
inactive_sec
);
420
inactive_sec
;
425
MAC2STR(sta->addr),
inactive_sec
,
[
all
...]
Completed in 1058 milliseconds