Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h622 #define IEEE80211_F_PUREG 0x00000020 /* CONF: 11g w/o 11b sta's */ macro
H A Dieee80211_ioctl.c968 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()
H A Dieee80211_node.c313 (vap->iv_flags & IEEE80211_F_PUREG) == 0) in ieee80211_node_set_chan()
405 if (vap->iv_flags & IEEE80211_F_PUREG) { in ieee80211_create_ibss()
H A Dieee80211_hostap.c2159 if ((vap->iv_flags & IEEE80211_F_PUREG) && rate < 48) { in hostap_recv_mgmt()