Searched refs:iv_flags_vht (Results 1 - 9 of 9) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c152 vap->iv_flags_vht =
157 vap->iv_flags_vht |= IEEE80211_FVHT_USEVHT160;
159 vap->iv_flags_vht |= IEEE80211_FVHT_USEVHT80P80;
387 ((vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80) == 0))
390 ((vap->iv_flags_vht & IEEE80211_FVHT_USEVHT160) == 0))
H A Dieee80211_ht.c1939 if (ni->ni_flags & IEEE80211_NODE_VHT && vap->iv_flags_vht & IEEE80211_FVHT_VHT) {
1944 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT160)) {
1956 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80P80)) {
1965 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT80)) {
1983 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT40)) {
1987 (vap->iv_flags_vht & IEEE80211_FVHT_USEVHT40)) {
H A Dieee80211_scan_sta.c1685 chan, vap->iv_flags_vht);
1718 chan, vap->iv_flags_vht);
1871 chan = ieee80211_vht_adjust_channel(ic, chan, vap->iv_flags_vht);
1951 chan, vap->iv_flags_vht);
H A Dieee80211_node.c1004 vap->iv_flags_vht & IEEE80211_FVHT_VHT) {
1558 if (vap->iv_flags_vht & IEEE80211_FVHT_VHT) {
1813 (ni->ni_vap->iv_flags_vht & IEEE80211_FVHT_VHT)) {
H A Dieee80211.c946 if (vap->iv_flags_vht & flag) {
964 vap->iv_flags_vht &= ~flag;
966 vap->iv_flags_vht |= flag;
H A Dieee80211_sta.c1513 (vap->iv_flags_vht & IEEE80211_FVHT_VHT)) {
1854 (vap->iv_flags_vht & IEEE80211_FVHT_VHT)) {
H A Dieee80211_var.h430 uint32_t iv_flags_vht; /* VHT state flags */ member in struct:ieee80211vap
H A Dieee80211_output.c2530 (vap->iv_flags_vht & IEEE80211_FVHT_VHT) {
2535 c = ieee80211_vht_adjust_channel(ic, c, vap->iv_flags_vht);
2832 if ((vap->iv_flags_vht & IEEE80211_FVHT_VHT) &&
H A Dieee80211_ioctl.c1160 ireq->i_val = vap->iv_flags_vht & IEEE80211_FVHT_MASK;

Completed in 118 milliseconds