Searched refs:inactive_sec (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_hostap.h163 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon6293::__anon6295
H A Ddriver_hostap.c687 return param.u.get_info_sta.inactive_sec;
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dsta_info.c433 int inactive_sec; local
440 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
441 if (inactive_sec == -1) {
452 } else if (inactive_sec == -ENOENT) {
460 } else if (inactive_sec < hapd->conf->ap_max_inactivity) {
464 MAC2STR(sta->addr), inactive_sec);
467 inactive_sec;
472 MAC2STR(sta->addr), inactive_sec,

Completed in 301 milliseconds