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

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_var.h520 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
H A Dieee80211_node.c304 (vap->iv_flags & IEEE80211_F_PUREG) == 0)
395 if (vap->iv_flags & IEEE80211_F_PUREG) {
H A Dieee80211_ioctl.c973 ireq->i_val = (vap->iv_flags & IEEE80211_F_PUREG) != 0;
2983 vap->iv_flags |= IEEE80211_F_PUREG;
2985 vap->iv_flags &= ~IEEE80211_F_PUREG;
H A Dieee80211_hostap.c2074 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) {
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c3911 else if (vap->iv_flags & IEEE80211_F_PUREG)
3916 if (vap->iv_flags & IEEE80211_F_PUREG)

Completed in 126 milliseconds