Searched refs:IEEE80211_F_SCAN (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c124 if (!(ic->ic_flags & IEEE80211_F_SCAN)) {
849 if (!((ic->ic_flags & IEEE80211_F_SCAN) ||
1041 (!(ic->ic_flags & IEEE80211_F_SCAN) ||
1092 if (ic->ic_flags & IEEE80211_F_SCAN) {
1101 if (ic->ic_flags & IEEE80211_F_SCAN) {
H A Dnet80211_node.c249 ic->ic_flags |= IEEE80211_F_SCAN;
534 ic->ic_flags &= ~(IEEE80211_F_SCAN | IEEE80211_F_ASCAN);
582 ic->ic_flags |= IEEE80211_F_SCAN | IEEE80211_F_ASCAN;
1231 (ic->ic_flags & IEEE80211_F_SCAN)) {
H A Dnet80211_proto.c740 if (ic->ic_flags & IEEE80211_F_SCAN)
H A Dnet80211_ioctl.c691 while ((ic->ic_flags & (IEEE80211_F_SCAN | IEEE80211_F_ASCAN)) != 0) {
1839 (ic->ic_flags & IEEE80211_F_SCAN) == 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h115 #define IEEE80211_F_SCAN 0x00000080 /* STATUS: scanning */ macro
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2816 ic->ic_flags |= IEEE80211_F_SCAN;
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1805 ic->ic_flags |= IEEE80211_F_SCAN | IEEE80211_F_ASCAN;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c2503 ic->ic_flags |= IEEE80211_F_SCAN | IEEE80211_F_ASCAN;

Completed in 121 milliseconds