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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_dfs.h45 struct callout cac_timer; /* CAC timer */ member in struct:ieee80211_dfs_state
H A Dieee80211_dfs.c105 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
124 /* NB: cac_timer should be cleared by the state machine */
194 callout_reset(&dfs->cac_timer, CAC_TIMEOUT, cac_timeout, vap);
213 if (callout_pending(&dfs->cac_timer)) {
219 callout_stop(&dfs->cac_timer);
370 if (callout_pending(&dfs->cac_timer))
371 callout_schedule(&dfs->cac_timer, 0);

Completed in 39 milliseconds