Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h350 #define IEEE80211_CHANSTATE_CWINT 0x04 /* interference detected */ macro
358 (((_c)->ic_state & IEEE80211_CHANSTATE_CWINT) != 0)
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c685 chan->ic_state |= IEEE80211_CHANSTATE_CWINT; in ar9300_store_new_nf()
739 chan->ic_state |= IEEE80211_CHANSTATE_CWINT; in ar9300_store_new_nf()
2498 chan->ic_state &= ~IEEE80211_CHANSTATE_CWINT; in ar9300_calibration()