Searched refs:iv_flags_ht (Results 1 - 20 of 20) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c278 vap->iv_flags_ht |= IEEE80211_FHT_HT
282 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI20;
285 vap->iv_flags_ht |= IEEE80211_FHT_USEHT40;
287 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI40;
291 vap->iv_flags_ht |= IEEE80211_FHT_RIFS;
294 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX;
296 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_TX;
297 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX;
299 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_TX;
302 vap->iv_flags_ht |
[all...]
H A Dieee80211_ioctl.c1014 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20)
1016 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40)
1021 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX)
1023 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX)
1055 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX)
1057 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX)
1064 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_PUREN) != 0;
1079 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0;
1109 if (vap->iv_flags_ht & IEEE80211_FHT_HT) {
1111 if (vap->iv_flags_ht
[all...]
H A Dieee80211_superg.h98 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) == 0)
H A Dieee80211_vht.c451 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) == 0)
465 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_RX) == 0)
H A Dieee80211_adhoc.c181 vap->iv_des_chan, vap->iv_flags_ht));
230 ic->ic_curchan, vap->iv_flags_ht));
847 (vap->iv_flags_ht & IEEE80211_FHT_HT)) {
H A Dieee80211_hostap.c210 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR;
282 ic->ic_curchan, vap->iv_flags_ht));
2087 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) {
2231 if ((vap->iv_flags_ht & IEEE80211_FHT_PUREN) &&
H A Dieee80211_output.c189 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX));
191 (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX));
2513 (vap->iv_flags_ht & IEEE80211_FHT_HT)) {
2521 vap->iv_flags_ht);
2534 vap->iv_flags_ht);
2825 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) &&
2848 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) &&
3149 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) &&
3550 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) {
H A Dieee80211_scan_sta.c1683 chan, vap->iv_flags_ht);
1716 chan, vap->iv_flags_ht);
1870 chan = ieee80211_ht_adjust_channel(ic, bestchan, vap->iv_flags_ht);
1949 chan, vap->iv_flags_ht);
H A Dieee80211_node.c307 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0)
310 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0)
988 vap->iv_flags_ht & IEEE80211_FHT_HT) {
1551 (vap->iv_flags_ht & IEEE80211_FHT_HT)) {
1807 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) {
H A Dieee80211_sta.c1506 (vap->iv_flags_ht & IEEE80211_FHT_HT)) {
1787 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) {
1849 (vap->iv_flags_ht & IEEE80211_FHT_HT)) {
H A Dieee80211.c906 if (vap->iv_flags_ht & flag) {
924 vap->iv_flags_ht &= ~flag;
926 vap->iv_flags_ht |= flag;
H A Dieee80211_proto.c1083 if (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR)
1107 !! (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR),
H A Dieee80211_input.c630 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) {
H A Dieee80211_ddb.c363 db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS);
H A Dieee80211_var.h409 uint32_t iv_flags_ht; /* HT state flags */ member in struct:ieee80211vap
699 /* ic_flags_ht/iv_flags_ht */
H A Dieee80211_mesh.c791 ic->ic_curchan, vap->iv_flags_ht));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c158 if (vap->iv_flags_ht & IEEE80211_FHT_PUREN)
178 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) && /* HT20 */
184 (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40))
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c206 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) && /* HT20 */
212 (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40))
222 if ((vap->iv_flags_ht & IEEE80211_FHT_LDPC_TX) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c244 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_LDPC_TX) &&
304 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40 &&
312 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20 &&
324 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) &&
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1067 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0)
1070 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0)
1220 mwl_hal_sethtgi(hvap, (vap->iv_flags_ht &
3763 if (vap->iv_flags_ht & IEEE80211_FHT_PUREN)
4029 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) == 0)
4031 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) == 0)

Completed in 145 milliseconds