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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.h36 * IEEE80211_INACT_WAIT seconds to handle "inactivity processing".
47 #define IEEE80211_INACT_WAIT 15 /* inactivity interval (secs) */ macro
48 #define IEEE80211_INACT_INIT (30/IEEE80211_INACT_WAIT) /* initial */
49 #define IEEE80211_INACT_AUTH (180/IEEE80211_INACT_WAIT) /* associated but not authorized */
50 #define IEEE80211_INACT_RUN (300/IEEE80211_INACT_WAIT) /* authorized */
51 #define IEEE80211_INACT_PROBE (30/IEEE80211_INACT_WAIT) /* probe */
52 #define IEEE80211_INACT_SCAN (300/IEEE80211_INACT_WAIT) /* scanned */
H A Dieee80211_power.c237 M_AGE_GET(m) < IEEE80211_INACT_WAIT) {
254 M_AGE_SUB(m, IEEE80211_INACT_WAIT);
H A Dieee80211_freebsd.c172 int inact = (*(int *)arg1) * IEEE80211_INACT_WAIT;
178 *(int *)arg1 = inact / IEEE80211_INACT_WAIT;
H A Dieee80211_node.c115 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz,
2140 ieee80211_ageq_age(&ic->ic_stageq, IEEE80211_INACT_WAIT);
2147 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz,
H A Dieee80211_hwmp.c1376 IEEE80211_INACT_WAIT);
H A Dieee80211_ioctl.c445 si->isi_inact = (si->isi_inact - ni->ni_inact) * IEEE80211_INACT_WAIT;

Completed in 179 milliseconds