Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_vht.c159 vap->iv_flags_vht |= IEEE80211_FVHT_USEVHT80P80; in ieee80211_vht_vattach()
387 ((vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80) == 0)) in ieee80211_vht_get_vhtcap_ie()
827 if ((c == NULL) && (flags & IEEE80211_FVHT_USEVHT80P80)) in ieee80211_vht_adjust_channel()
H A Dieee80211_var.h728 #define IEEE80211_FVHT_USEVHT80P80 0x000000010 /* CONF: Use VHT 80+80 */ macro
732 IEEE80211_FVHT_USEVHT80P80)
934 return IEEE80211_FVHT_USEVHT80P80; in ieee80211_vhtchanflags()
H A Dieee80211.c716 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT80P80); in ieee80211_vap_attach()
771 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT80P80); in ieee80211_vap_detach()
H A Dieee80211_ioctl.c3499 if (ireq->i_val & IEEE80211_FVHT_USEVHT80P80) in ieee80211_ioctl_set80211()
3500 ieee80211_syncflag_vht(vap, IEEE80211_FVHT_USEVHT80P80); in ieee80211_ioctl_set80211()
3502 ieee80211_syncflag_vht(vap, -IEEE80211_FVHT_USEVHT80P80); in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c1956 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80)) { in ieee80211_vht_get_vhtflags()
/f-stack/tools/ifconfig/
H A Difieee80211.c138 #define IEEE80211_FVHT_USEVHT80P80 0x000000010 /* CONF: Use VHT 80+80 */ macro
5404 if (vhtconf & IEEE80211_FVHT_USEVHT80P80) in ieee80211_status()
6015 DEF_CMD("vht80p80", IEEE80211_FVHT_USEVHT80P80, set80211vhtconf),
6016 DEF_CMD("-vht80p80", -IEEE80211_FVHT_USEVHT80P80, set80211vhtconf),