OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inactive_sec
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
sta_info.c
402
int
inactive_sec
;
local
409
inactive_sec
= hostapd_drv_get_inact_sec(hapd, sta->addr);
410
if (
inactive_sec
== -1) {
421
} else if (
inactive_sec
== -ENOENT) {
429
} else if (
inactive_sec
< hapd->conf->ap_max_inactivity) {
433
MAC2STR(sta->addr),
inactive_sec
);
436
inactive_sec
;
441
MAC2STR(sta->addr),
inactive_sec
,
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_hostap.h
163
u32
inactive_sec
;
member in struct:prism2_hostapd_param::__anon37697::__anon37699
Completed in 286 milliseconds