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

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dsta_info.c371 int inactive_sec; local
378 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
379 if (inactive_sec == -1) {
390 } else if (inactive_sec == -ENOENT) {
398 } else if (inactive_sec < hapd->conf->ap_max_inactivity) {
402 MAC2STR(sta->addr), inactive_sec);
405 inactive_sec;
410 MAC2STR(sta->addr), inactive_sec,

Completed in 53 milliseconds