Home
last modified time | relevance | path

Searched refs:IEEE80211_IS_CHAN_CACDONE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h355 #define IEEE80211_IS_CHAN_CACDONE(_c) \ macro
H A Dieee80211_proto.c2723 !IEEE80211_IS_CHAN_CACDONE(ic->ic_bsschan)) { in ieee80211_new_state_locked()
H A Dieee80211_node.c390 IEEE80211_IS_CHAN_CACDONE(ic->ic_bsschan)) in ieee80211_create_ibss()
/f-stack/tools/ifconfig/
H A Difieee80211.c4047 IEEE80211_IS_CHAN_CACDONE(c) ? 'C' : ' ', in print_chaninfo()