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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_scan.c173 vap->iv_bgscanintvl = IEEE80211_BGSCAN_INTVAL_DEFAULT*hz;
H A Dieee80211_var.h380 u_int iv_bgscanintvl; /* bg scan min interval */ member in struct:ieee80211vap
H A Dieee80211_ddb.c398 db_printf(" bgscanintvl %u", vap->iv_bgscanintvl);
H A Dieee80211_sta.c1273 time_after(ticks, ic->ic_lastscan + vap->iv_bgscanintvl) &&
H A Dieee80211_ioctl.c997 ireq->i_val = vap->iv_bgscanintvl/hz; /* seconds */
3024 vap->iv_bgscanintvl = ireq->i_val*hz;

Completed in 159 milliseconds