Searched refs:IEEE80211_F_PUREG (Results 1 – 7 of 7) sorted by relevance
150 if (vap->iv_flags & IEEE80211_F_PUREG) in r92c_tx_raid()
165 if (vap->iv_flags & IEEE80211_F_PUREG) in r12a_tx_raid()
628 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
966 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()
331 (vap->iv_flags & IEEE80211_F_PUREG) == 0) in ieee80211_node_set_chan()425 if (vap->iv_flags & IEEE80211_F_PUREG) { in ieee80211_create_ibss()
2178 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()
3763 else if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()3768 if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()