Searched refs:vhtflags (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ht.c1732 htinfo_update_chw(struct ieee80211_node *ni, int htflags, int vhtflags) argument
1746 (IEEE80211_CHAN_HT | IEEE80211_CHAN_VHT)) | htflags | vhtflags;
1794 * the vhtflags field will already have the correct HT
1797 if (IEEE80211_CONF_VHT(ic) && ni->ni_vhtcap != 0 && vhtflags != 0) {
1800 | vhtflags;
1804 "%s: VHT; chanwidth=0x%02x; vhtflags=0x%08x",
1805 __func__, ni->ni_vht_chanwidth, vhtflags);
1936 uint32_t vhtflags = 0; local
1938 vhtflags = 0;
1945 vhtflags
2021 int htflags, vhtflags; local
2079 int vhtflags; local
[all...]
H A Dieee80211_vht.c783 findvhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int vhtflags) argument
787 (c->ic_flags & ~IEEE80211_CHAN_VHT) | vhtflags));

Completed in 88 milliseconds