Home
last modified time | relevance | path

Searched refs:IEEE80211_CHANSTATE_CACDONE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c173 c->ic_state |= IEEE80211_CHANSTATE_CACDONE; in cac_timeout()
231 c->ic_state &= ~IEEE80211_CHANSTATE_CACDONE; in ieee80211_dfs_cac_clear()
333 c->ic_state &= ~IEEE80211_CHANSTATE_CACDONE; in ieee80211_dfs_notify_radar()
H A D_ieee80211.h349 #define IEEE80211_CHANSTATE_CACDONE 0x02 /* CAC completed */ macro
356 (((_c)->ic_state & IEEE80211_CHANSTATE_CACDONE) != 0)