Home
last modified time | relevance | path

Searched refs:IEEE80211_F_PUREG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c163 if (vap->iv_flags & IEEE80211_F_PUREG) in r92c_tx_raid()
/freebsd/sys/net80211/
H A Dieee80211_var.h632 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
H A Dieee80211_ioctl.c967 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()
H A Dieee80211_node.c331 (vap->iv_flags & IEEE80211_F_PUREG) == 0) in ieee80211_node_set_chan()
425 if (vap->iv_flags & IEEE80211_F_PUREG) { in ieee80211_create_ibss()
H A Dieee80211_hostap.c2205 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c3754 else if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()
3759 if (vap->iv_flags & IEEE80211_F_PUREG) in mwl_getapmode()