Searched refs:ic_vht_ch_freq2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c1198 c->ic_vht_ch_freq2 = 0;
1202 c->ic_vht_ch_freq1, c->ic_vht_ch_freq2);
1219 c->ic_vht_ch_freq2 = 0;
1223 c->ic_vht_ch_freq1, c->ic_vht_ch_freq2);
1305 c->ic_vht_ch_freq2 = 0;
1332 c->ic_vht_ch_freq2 = 0;
1592 if (IEEE80211_IS_CHAN_VHT(c) && (c->ic_vht_ch_freq2 != 0))
1593 return (ieee80211_ieee2mhz(c->ic_vht_ch_freq2, c->ic_flags));
H A D_ieee80211.h153 uint8_t ic_vht_ch_freq2; /* VHT secondary 80MHz freq2 IEEE value */ member in struct:ieee80211_channel
H A Dieee80211_vht.c765 *frm++ = ni->ni_chan->ic_vht_ch_freq2;

Completed in 95 milliseconds