Searched refs:iv_flags_ht (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ht.c | 278 vap->iv_flags_ht |= IEEE80211_FHT_HT in ieee80211_ht_vattach() 285 vap->iv_flags_ht |= IEEE80211_FHT_USEHT40; in ieee80211_ht_vattach() 291 vap->iv_flags_ht |= IEEE80211_FHT_RIFS; in ieee80211_ht_vattach() 294 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ht_vattach() 297 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX; in ieee80211_ht_vattach() 302 vap->iv_flags_ht |= IEEE80211_FHT_STBC_TX; in ieee80211_ht_vattach() 304 vap->iv_flags_ht |= IEEE80211_FHT_STBC_RX; in ieee80211_ht_vattach() 307 vap->iv_flags_ht |= IEEE80211_FHT_LDPC_RX; in ieee80211_ht_vattach() 309 vap->iv_flags_ht |= IEEE80211_FHT_LDPC_TX; in ieee80211_ht_vattach() 313 vap->iv_flags_ht &= ~IEEE80211_FHT_HT; in ieee80211_ht_vattach() [all …]
|
| H A D | ieee80211_ioctl.c | 1109 if (vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_ioctl_get80211() 1142 if (vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) in ieee80211_ioctl_get80211() 3214 vap->iv_flags_ht &= in ieee80211_ioctl_set80211() 3274 vap->iv_flags_ht |= IEEE80211_FHT_PUREN; in ieee80211_ioctl_set80211() 3276 vap->iv_flags_ht &= ~IEEE80211_FHT_PUREN; in ieee80211_ioctl_set80211() 3409 vap->iv_flags_ht |= IEEE80211_FHT_RIFS; in ieee80211_ioctl_set80211() 3411 vap->iv_flags_ht &= ~IEEE80211_FHT_RIFS; in ieee80211_ioctl_set80211() 3427 vap->iv_flags_ht |= IEEE80211_FHT_STBC_TX; in ieee80211_ioctl_set80211() 3433 vap->iv_flags_ht |= IEEE80211_FHT_STBC_RX; in ieee80211_ioctl_set80211() 3452 vap->iv_flags_ht |= IEEE80211_FHT_LDPC_TX; in ieee80211_ioctl_set80211() [all …]
|
| H A D | ieee80211_superg.h | 98 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) == 0) in ieee80211_amsdu_tx_ok()
|
| H A D | ieee80211_adhoc.c | 181 vap->iv_des_chan, vap->iv_flags_ht)); in adhoc_newstate() 230 ic->ic_curchan, vap->iv_flags_ht)); in adhoc_newstate() 847 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in adhoc_recv_mgmt()
|
| H A D | ieee80211_vht.c | 451 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_TX) == 0) in ieee80211_vht_get_vhtcap_ie() 465 if ((vap->iv_flags_ht & IEEE80211_FHT_STBC_RX) == 0) in ieee80211_vht_get_vhtcap_ie()
|
| H A D | ieee80211_output.c | 189 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX)); in ieee80211_vap_pkt_send_dest() 191 (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX)); in ieee80211_vap_pkt_send_dest() 2504 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_send_probereq() 2512 vap->iv_flags_ht); in ieee80211_send_probereq() 2525 vap->iv_flags_ht); in ieee80211_send_probereq() 2815 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt() 2838 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt() 3139 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) && in ieee80211_alloc_proberesp() 3540 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) { in ieee80211_beacon_construct()
|
| H A D | ieee80211_scan_sta.c | 1683 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 D | ieee80211_node.c | 307 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan() 310 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan() 988 vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_sta_join() 1551 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_node_create_wds() 1807 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_init_neighbor()
|
| H A D | ieee80211_hostap.c | 210 vap->iv_flags_ht &= ~IEEE80211_FHT_NONHT_PR; in hostap_newstate() 282 ic->ic_curchan, vap->iv_flags_ht)); in hostap_newstate() 2087 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in hostap_recv_mgmt() 2231 if ((vap->iv_flags_ht & IEEE80211_FHT_PUREN) && in hostap_recv_mgmt()
|
| H A D | ieee80211_sta.c | 1506 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt() 1787 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt() 1849 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
|
| H A D | ieee80211.c | 902 if (vap->iv_flags_ht & flag) { in ieee80211_syncflag_ht_locked() 920 vap->iv_flags_ht &= ~flag; in ieee80211_syncflag_ht() 922 vap->iv_flags_ht |= flag; in ieee80211_syncflag_ht()
|
| H A D | ieee80211_var.h | 407 uint32_t iv_flags_ht; /* HT state flags */ member
|
| H A D | ieee80211_input.c | 630 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
|
| H A D | ieee80211_proto.c | 1082 if (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR) in vap_update_ht_protmode() 1106 !! (iv->iv_flags_ht & IEEE80211_FHT_NONHT_PR), in vap_update_ht_protmode()
|
| H A D | ieee80211_ddb.c | 363 db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS); in _db_show_vap()
|
| H A D | ieee80211_mesh.c | 791 ic->ic_curchan, vap->iv_flags_ht)); in mesh_newstate()
|