OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inactive_sec
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_hostap.h
161
u32
inactive_sec
;
member in struct:prism2_hostapd_param::__anon8348::__anon8350
driver_hostap.c
691
return param.u.get_info_sta.
inactive_sec
;
/src/external/bsd/wpa/dist/src/ap/
sta_info.c
555
int
inactive_sec
;
local
562
inactive_sec
= hostapd_drv_get_inact_sec(hapd, sta->addr);
563
if (
inactive_sec
== -1) {
574
} else if (
inactive_sec
== -ENOENT) {
582
} else if (
inactive_sec
< max_inactivity) {
586
MAC2STR(sta->addr),
inactive_sec
);
588
next_time = max_inactivity + fuzz -
inactive_sec
;
593
MAC2STR(sta->addr),
inactive_sec
,
Completed in 56 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026