Home
last modified time | relevance | path

Searched refs:ic_inact (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_node.c115 callout_init(&ic->ic_inact, 1); in ieee80211_node_attach()
116 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz, in ieee80211_node_attach()
140 callout_drain(&ic->ic_inact); in ieee80211_node_detach()
2548 callout_reset(&ic->ic_inact, IEEE80211_INACT_WAIT*hz, in ieee80211_node_timeout()
H A Dieee80211_var.h148 struct callout ic_inact; /* inactivity processing */ member
H A Dieee80211_ddb.c535 db_printf(" inact %p", &ic->ic_inact); in _db_show_com()