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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c154 | IEEE80211_FVHT_USEVHT40
833 if ((c == NULL) && (flags & IEEE80211_FVHT_USEVHT40))
835 if ((c == NULL) && (flags & IEEE80211_FVHT_USEVHT40))
H A Dieee80211_var.h727 #define IEEE80211_FVHT_USEVHT40 0x000000002 /* CONF: Use VHT40 */ macro
732 (IEEE80211_FVHT_VHT | IEEE80211_FVHT_USEVHT40 | \
942 return IEEE80211_FVHT_USEVHT40;
H A Dieee80211_ht.c1983 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT40)) {
1987 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT40)) {
H A Dieee80211.c717 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT40);
772 ieee80211_syncflag_vht_locked(ic, IEEE80211_FVHT_USEVHT40);
H A Dieee80211_ioctl.c3501 if (ireq->i_val & IEEE80211_FVHT_USEVHT40)
3502 ieee80211_syncflag_vht(vap, IEEE80211_FVHT_USEVHT40);
3504 ieee80211_syncflag_vht(vap, -IEEE80211_FVHT_USEVHT40);

Completed in 48 milliseconds