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

/freebsd-11-stable/contrib/wpa/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,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c687 return param.u.get_info_sta.inactive_sec;

Completed in 62 milliseconds