Home
last modified time | relevance | path

Searched refs:iv_flags_ht (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_ht.c277 vap->iv_flags_ht |= IEEE80211_FHT_HT in ieee80211_ht_vattach()
281 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI20; in ieee80211_ht_vattach()
284 vap->iv_flags_ht |= IEEE80211_FHT_USEHT40; in ieee80211_ht_vattach()
286 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI40; in ieee80211_ht_vattach()
290 vap->iv_flags_ht |= IEEE80211_FHT_RIFS; in ieee80211_ht_vattach()
293 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ht_vattach()
295 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_TX; in ieee80211_ht_vattach()
296 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX; in ieee80211_ht_vattach()
298 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_TX; in ieee80211_ht_vattach()
302 vap->iv_flags_ht &= ~IEEE80211_FHT_HT; in ieee80211_ht_vattach()
[all …]
HDieee80211_ioctl.c1017 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) in ieee80211_ioctl_get80211()
1019 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) in ieee80211_ioctl_get80211()
1024 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) in ieee80211_ioctl_get80211()
1026 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX) in ieee80211_ioctl_get80211()
1048 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) in ieee80211_ioctl_get80211()
1050 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX) in ieee80211_ioctl_get80211()
1057 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_PUREN) != 0; in ieee80211_ioctl_get80211()
1072 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0; in ieee80211_ioctl_get80211()
1102 if (vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_ioctl_get80211()
1104 if (vap->iv_flags_ht & IEEE80211_FHT_USEHT40) in ieee80211_ioctl_get80211()
[all …]
HDieee80211_scan_sta.c1624 chan, vap->iv_flags_ht);
1655 chan, vap->iv_flags_ht);
1811 ieee80211_ht_adjust_channel(ic, bestchan, vap->iv_flags_ht));
1886 chan, vap->iv_flags_ht);
HDieee80211_adhoc.c178 vap->iv_des_chan, vap->iv_flags_ht)); in adhoc_newstate()
779 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in adhoc_recv_mgmt()
HDieee80211.c803 if (vap->iv_flags_ht & flag) { in ieee80211_syncflag_ht_locked()
821 vap->iv_flags_ht &= ~flag; in ieee80211_syncflag_ht()
823 vap->iv_flags_ht |= flag; in ieee80211_syncflag_ht()
HDieee80211_sta.c1400 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
1650 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt()
1706 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
HDieee80211_node.c302 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
305 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
846 vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_sta_join()
1308 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_node_create_wds()
1517 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_init_neighbor()
HDieee80211_output.c193 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) && in ieee80211_vap_pkt_send_dest()
2377 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt()
2392 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt()
2673 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) && in ieee80211_alloc_proberesp()
2996 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) { in ieee80211_beacon_construct()
HDieee80211_hostap.c277 ic->ic_curchan, vap->iv_flags_ht)); in hostap_newstate()
2014 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in hostap_recv_mgmt()
2122 if ((vap->iv_flags_ht & IEEE80211_FHT_PUREN) && in hostap_recv_mgmt()
HDieee80211_var.h371 uint32_t iv_flags_ht; /* HT state flags */ member
HDieee80211_input.c620 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
HDieee80211_ddb.c372 db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS); in _db_show_vap()
HDieee80211_mesh.c784 ic->ic_curchan, vap->iv_flags_ht)); in mesh_newstate()
/NextBSD/sys/dev/mwl/
HDif_mwl.c1066 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in mwl_seteapolformat()
1069 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in mwl_seteapolformat()
1219 mwl_hal_sethtgi(hvap, (vap->iv_flags_ht & in mwl_reset_vap()
3772 if (vap->iv_flags_ht & IEEE80211_FHT_PUREN) in mwl_getapmode()
4038 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) == 0) in mkpeerinfo()
4040 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) == 0) in mkpeerinfo()