Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_ht.c274 vap->iv_flags_ht |= IEEE80211_FHT_HT in ieee80211_ht_vattach()
278 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI20; in ieee80211_ht_vattach()
281 vap->iv_flags_ht |= IEEE80211_FHT_USEHT40; in ieee80211_ht_vattach()
283 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI40; in ieee80211_ht_vattach()
287 vap->iv_flags_ht |= IEEE80211_FHT_RIFS; in ieee80211_ht_vattach()
290 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ht_vattach()
292 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_TX; in ieee80211_ht_vattach()
293 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX; in ieee80211_ht_vattach()
295 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_TX; in ieee80211_ht_vattach()
298 vap->iv_flags_ht |= IEEE80211_FHT_STBC_TX; in ieee80211_ht_vattach()
[all …]
HDieee80211_ioctl.c1024 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) in ieee80211_ioctl_get80211()
1026 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) in ieee80211_ioctl_get80211()
1031 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) in ieee80211_ioctl_get80211()
1033 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX) in ieee80211_ioctl_get80211()
1063 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) in ieee80211_ioctl_get80211()
1065 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX) in ieee80211_ioctl_get80211()
1072 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_PUREN) != 0; in ieee80211_ioctl_get80211()
1087 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0; in ieee80211_ioctl_get80211()
1117 if (vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_ioctl_get80211()
1119 if (vap->iv_flags_ht & IEEE80211_FHT_USEHT40) in ieee80211_ioctl_get80211()
[all …]
HDieee80211_adhoc.c178 vap->iv_des_chan, vap->iv_flags_ht)); in adhoc_newstate()
758 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in adhoc_recv_mgmt()
HDieee80211_scan_sta.c1637 chan, vap->iv_flags_ht);
1668 chan, vap->iv_flags_ht);
1821 ieee80211_ht_adjust_channel(ic, bestchan, vap->iv_flags_ht));
1896 chan, vap->iv_flags_ht);
HDieee80211_sta.c1399 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
1649 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt()
1705 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
HDieee80211_node.c312 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
315 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
871 vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_sta_join()
1344 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_node_create_wds()
1553 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_init_neighbor()
HDieee80211_output.c189 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX)) { in ieee80211_vap_pkt_send_dest()
2545 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) &&
2560 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) &&
2842 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) &&
3165 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) {
HDieee80211.c941 if (vap->iv_flags_ht & flag) { in ieee80211_syncflag_ht_locked()
959 vap->iv_flags_ht &= ~flag; in ieee80211_syncflag_ht()
961 vap->iv_flags_ht |= flag; in ieee80211_syncflag_ht()
HDieee80211_hostap.c277 ic->ic_curchan, vap->iv_flags_ht)); in hostap_newstate()
2010 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_input.c644 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
HDieee80211_ddb.c382 db_printf("\tflags_ht=%pb%i\n", IEEE80211_FHT_BITS, vap->iv_flags_ht); in _db_show_vap()
HDieee80211_mesh.c803 ic->ic_curchan, vap->iv_flags_ht)); in mesh_newstate()
/dragonfly/sys/netproto/802_11/
HDieee80211_superg.h94 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) == 0) in ieee80211_amsdu_tx_ok()
HDieee80211_var.h380 uint32_t iv_flags_ht; /* HT state flags */ member
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tx_ht.c303 ni->ni_vap->iv_flags_ht & IEEE80211_FHT_STBC_TX && in ath_tx_rate_fill_rcflags()