Home
last modified time | relevance | path

Searched refs:ni_vht_chanwidth (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_vht.c250 ni->ni_vht_chanwidth = ie[2]; in ieee80211_parse_vhtopmode()
257 __func__, ni->ni_vht_chan1, ni->ni_vht_chan2, ni->ni_vht_chanwidth, in ieee80211_parse_vhtopmode()
H A Dieee80211_node.h239 uint8_t ni_vht_chanwidth; /* IEEE80211_VHT_CHANWIDTH_ */ member
H A Dieee80211_ht.c1805 __func__, ni->ni_vht_chanwidth, vhtflags); in htinfo_update_chw()
1940 if ((ni->ni_vht_chanwidth == IEEE80211_VHT_CHANWIDTH_160MHZ) && in ieee80211_vht_get_vhtflags()
1952 } else if ((ni->ni_vht_chanwidth == IEEE80211_VHT_CHANWIDTH_80P80MHZ) && in ieee80211_vht_get_vhtflags()
1964 } else if ((ni->ni_vht_chanwidth == IEEE80211_VHT_CHANWIDTH_80MHZ) && in ieee80211_vht_get_vhtflags()
1973 } else if (ni->ni_vht_chanwidth == IEEE80211_VHT_CHANWIDTH_USE_HT) { in ieee80211_vht_get_vhtflags()