Searched refs:IEEE80211_FVHT_USEVHT80P80 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c159 vap->iv_flags_vht |= IEEE80211_FVHT_USEVHT80P80;
387 ((vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80) == 0))
827 if ((c == NULL) && (flags & IEEE80211_FVHT_USEVHT80P80))
H A Dieee80211_var.h730 #define IEEE80211_FVHT_USEVHT80P80 0x000000010 /* CONF: Use VHT 80+80 */ macro
734 IEEE80211_FVHT_USEVHT80P80)
936 return IEEE80211_FVHT_USEVHT80P80;
H A Dieee80211.c720 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT80P80);
775 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT80P80);
H A Dieee80211_ioctl.c3516 if (ireq->i_val & IEEE80211_FVHT_USEVHT80P80)
3517 ieee80211_syncflag_vht(vap, IEEE80211_FVHT_USEVHT80P80);
3519 ieee80211_syncflag_vht(vap, -IEEE80211_FVHT_USEVHT80P80);
H A Dieee80211_ht.c1956 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80)) {

Completed in 73 milliseconds