Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_ht.c276 vap->iv_flags_ht |= IEEE80211_FHT_HT in ieee80211_ht_vattach()
280 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI20; in ieee80211_ht_vattach()
283 vap->iv_flags_ht |= IEEE80211_FHT_USEHT40; in ieee80211_ht_vattach()
285 vap->iv_flags_ht |= IEEE80211_FHT_SHORTGI40; in ieee80211_ht_vattach()
289 vap->iv_flags_ht |= IEEE80211_FHT_RIFS; in ieee80211_ht_vattach()
292 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ht_vattach()
294 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_TX; in ieee80211_ht_vattach()
295 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX; in ieee80211_ht_vattach()
297 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_TX; in ieee80211_ht_vattach()
301 vap->iv_flags_ht &= ~IEEE80211_FHT_HT; in ieee80211_ht_vattach()
[all …]
HDieee80211_ioctl.c1019 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) in ieee80211_ioctl_get80211()
1021 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) in ieee80211_ioctl_get80211()
1026 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) in ieee80211_ioctl_get80211()
1028 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX) in ieee80211_ioctl_get80211()
1050 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) in ieee80211_ioctl_get80211()
1052 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX) in ieee80211_ioctl_get80211()
1059 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_PUREN) != 0; in ieee80211_ioctl_get80211()
1074 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0; in ieee80211_ioctl_get80211()
1104 if (vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_ioctl_get80211()
1106 if (vap->iv_flags_ht & IEEE80211_FHT_USEHT40) in ieee80211_ioctl_get80211()
[all …]
HDieee80211_adhoc.c176 vap->iv_des_chan, vap->iv_flags_ht)); in adhoc_newstate()
763 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in adhoc_recv_mgmt()
HDieee80211_scan_sta.c1627 chan, vap->iv_flags_ht);
1658 chan, vap->iv_flags_ht);
1834 ieee80211_ht_adjust_channel(ic, bestchan, vap->iv_flags_ht));
1909 chan, vap->iv_flags_ht);
HDieee80211_sta.c1376 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
1576 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt()
1632 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
HDieee80211.c771 if (vap->iv_flags_ht & flag) { in ieee80211_syncflag_ht_locked()
789 vap->iv_flags_ht &= ~flag; in ieee80211_syncflag_ht()
791 vap->iv_flags_ht |= flag; in ieee80211_syncflag_ht()
HDieee80211_node.c298 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
301 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan()
836 vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_sta_join()
1297 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_node_create_wds()
1506 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_init_neighbor()
HDieee80211_output.c192 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) && in ieee80211_vap_pkt_send_dest()
2317 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt()
2325 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt()
2604 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) && in ieee80211_alloc_proberesp()
2926 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) { in ieee80211_beacon_construct()
HDieee80211_hostap.c275 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.h354 uint32_t iv_flags_ht; /* HT state flags */ member
HDieee80211_input.c599 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
HDieee80211_ddb.c371 db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS); in _db_show_vap()
HDieee80211_mesh.c791 ic->ic_curchan, vap->iv_flags_ht)); in mesh_newstate()
/trueos/sys/dev/mwl/
HDif_mwl.c1103 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in mwl_seteapolformat()
1106 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in mwl_seteapolformat()
1294 mwl_hal_sethtgi(hvap, (vap->iv_flags_ht & in mwl_reset_vap()
3907 if (vap->iv_flags_ht & IEEE80211_FHT_PUREN) in mwl_getapmode()
4176 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) == 0) in mkpeerinfo()
4178 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) == 0) in mkpeerinfo()