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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c157 vap->iv_flags_vht |= IEEE80211_FVHT_USEVHT160;
390 ((vap->iv_flags_vht & IEEE80211_FVHT_USEVHT160) == 0))
824 if ((c == NULL) && (flags & IEEE80211_FVHT_USEVHT160))
H A Dieee80211_var.h729 #define IEEE80211_FVHT_USEVHT160 0x000000008 /* CONF: Use VHT160 */ macro
733 IEEE80211_FVHT_USEVHT80 | IEEE80211_FVHT_USEVHT160 | \
938 return IEEE80211_FVHT_USEVHT160;
H A Dieee80211.c719 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT160);
774 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT160);
H A Dieee80211_ioctl.c3511 if (ireq->i_val & IEEE80211_FVHT_USEVHT160)
3512 ieee80211_syncflag_vht(vap, IEEE80211_FVHT_USEVHT160);
3514 ieee80211_syncflag_vht(vap, -IEEE80211_FVHT_USEVHT160);
H A Dieee80211_ht.c1944 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT160)) {

Completed in 76 milliseconds