Searched refs:IEEE80211_F_PUREG (Results 1 – 4 of 4) sorted by relevance
622 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
968 ireq->i_val = (vap->iv_flags & IEEE80211_F_PUREG) != 0; in ieee80211_ioctl_get80211()3122 vap->iv_flags |= IEEE80211_F_PUREG; in ieee80211_ioctl_set80211()3124 vap->iv_flags &= ~IEEE80211_F_PUREG; in ieee80211_ioctl_set80211()
313 (vap->iv_flags & IEEE80211_F_PUREG) == 0) in ieee80211_node_set_chan()405 if (vap->iv_flags & IEEE80211_F_PUREG) { in ieee80211_create_ibss()
2159 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()