Searched refs:IEEE80211_FVHT_USEVHT80P80 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_vht.c | 159 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 D | ieee80211_var.h | 728 #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 D | ieee80211.c | 716 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 D | ieee80211_ioctl.c | 3499 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 D | ieee80211_ht.c | 1956 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80)) { in ieee80211_vht_get_vhtflags()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 138 #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),
|