Home
last modified time | relevance | path

Searched refs:ieee80211_isclr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c446 ieee80211_isclr(ic->ic_chan_active, in ieee80211_setmode()
459 ieee80211_isclr(ic->ic_chan_active, in ieee80211_setmode()
H A Dnet80211_impl.h366 #define ieee80211_isclr(a, i) (!((a)[(i)/NBBY] & (1 << ((i)%NBBY)))) macro
H A Dnet80211_ht.c983 if (ieee80211_isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
1020 if (ieee80211_isclr(htinfo->hi_basicmcsset, i)) in ieee80211_setup_basic_htrates()
H A Dnet80211_input.c980 if (ieee80211_isclr(ic->ic_chan_active, scan.chan)) { in ieee80211_recv_beacon()
H A Dnet80211_node.c426 if (ieee80211_isclr(ic->ic_chan_active, in ieee80211_match_bss()
H A Dnet80211_ioctl.c1818 ieee80211_isclr(ic->ic_chan_active, ch)) { in wl_set_phy()