Home
last modified time | relevance | path

Searched refs:IEEE80211_F_SCANONLY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h114 #define IEEE80211_F_SCANONLY 0x00000040 /* CONF: scan only */ macro
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c589 if (ic->ic_flags & IEEE80211_F_SCANONLY || in ieee80211_end_scan()
591 ic->ic_flags &= ~IEEE80211_F_SCANONLY; in ieee80211_end_scan()
H A Dnet80211_ioctl.c886 ic->ic_flags |= IEEE80211_F_SCANONLY; in wifi_cmd_scan()