Searched refs:IEEE80211_F_BGSCAN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_var.h529 #define IEEE80211_F_BGSCAN 0x00004000 /* CONF: bg scan enabled (???)*/ macro
H A Dieee80211_sta.c1268 return ((vap->iv_flags & IEEE80211_F_BGSCAN) &&
H A Dieee80211.c501 vap->iv_flags |= IEEE80211_F_BGSCAN;
H A Dieee80211_ioctl.c991 ireq->i_val = (vap->iv_flags & IEEE80211_F_BGSCAN) != 0;
3012 vap->iv_flags |= IEEE80211_F_BGSCAN;
3014 vap->iv_flags &= ~IEEE80211_F_BGSCAN;
H A Dieee80211_scan_sta.c1383 (vap->iv_flags & IEEE80211_F_BGSCAN) &&

Completed in 108 milliseconds