Searched refs:IEEE80211_F_PUREG (Results 1 – 6 of 6) sorted by relevance
163 if (vap->iv_flags & IEEE80211_F_PUREG) in r92c_tx_raid()
632 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
967 ireq->i_val = (vap->iv_flags & IEEE80211_F_PUREG) != 0; in ieee80211_ioctl_get80211()3123 vap->iv_flags |= IEEE80211_F_PUREG; in ieee80211_ioctl_set80211()3125 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()
2205 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()
3754 else if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()3759 if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()