Searched refs:iv_flags_ht (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/sys/net80211/ |
| HD | ieee80211_ht.c | 274 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 …]
|
| HD | ieee80211_ioctl.c | 1007 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) in ieee80211_ioctl_get80211() 1009 if (vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) in ieee80211_ioctl_get80211() 1014 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX) in ieee80211_ioctl_get80211() 1016 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX) in ieee80211_ioctl_get80211() 1046 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) in ieee80211_ioctl_get80211() 1048 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX) in ieee80211_ioctl_get80211() 1055 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_PUREN) != 0; in ieee80211_ioctl_get80211() 1070 ireq->i_val = (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) != 0; in ieee80211_ioctl_get80211() 1100 if (vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_ioctl_get80211() 1102 if (vap->iv_flags_ht & IEEE80211_FHT_USEHT40) in ieee80211_ioctl_get80211() [all …]
|
| HD | ieee80211_superg.h | 94 if ((ni->ni_vap->iv_flags_ht & IEEE80211_FHT_AMSDU_TX) == 0) in ieee80211_amsdu_tx_ok()
|
| HD | ieee80211_adhoc.c | 178 vap->iv_des_chan, vap->iv_flags_ht)); in adhoc_newstate() 771 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in adhoc_recv_mgmt()
|
| HD | ieee80211_scan_sta.c | 1646 chan, vap->iv_flags_ht); 1677 chan, vap->iv_flags_ht); 1830 ieee80211_ht_adjust_channel(ic, bestchan, vap->iv_flags_ht)); 1905 chan, vap->iv_flags_ht);
|
| HD | ieee80211_sta.c | 1380 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt() 1630 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in sta_recv_mgmt() 1686 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in sta_recv_mgmt()
|
| HD | ieee80211_node.c | 297 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan() 300 (vap->iv_flags_ht & IEEE80211_FHT_PUREN) == 0) in ieee80211_node_set_chan() 912 vap->iv_flags_ht & IEEE80211_FHT_HT) { in ieee80211_sta_join() 1370 (vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_node_create_wds() 1579 (ni->ni_vap->iv_flags_ht & IEEE80211_FHT_HT)) { in ieee80211_init_neighbor()
|
| HD | ieee80211.c | 819 if (vap->iv_flags_ht & flag) { in ieee80211_syncflag_ht_locked() 837 vap->iv_flags_ht &= ~flag; in ieee80211_syncflag_ht() 839 vap->iv_flags_ht |= flag; in ieee80211_syncflag_ht()
|
| HD | ieee80211_output.c | 185 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_TX)) { in ieee80211_vap_pkt_send_dest() 2406 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt() 2421 if ((vap->iv_flags_ht & IEEE80211_FHT_HT) && in ieee80211_send_mgmt() 2703 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) && in ieee80211_alloc_proberesp() 3024 (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT)) { in ieee80211_beacon_construct()
|
| HD | ieee80211_hostap.c | 277 ic->ic_curchan, vap->iv_flags_ht)); in hostap_newstate() 1986 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in hostap_recv_mgmt() 2098 if ((vap->iv_flags_ht & IEEE80211_FHT_PUREN) && in hostap_recv_mgmt()
|
| HD | ieee80211_var.h | 374 uint32_t iv_flags_ht; /* HT state flags */ member
|
| HD | ieee80211_input.c | 627 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) { in ieee80211_parse_beacon()
|
| HD | ieee80211_ddb.c | 355 db_printf("\tflags_ht=%b\n", vap->iv_flags_ht, IEEE80211_FHT_BITS); in _db_show_vap()
|
| HD | ieee80211_mesh.c | 784 ic->ic_curchan, vap->iv_flags_ht)); in mesh_newstate()
|
| /freebsd-11-stable/sys/dev/ath/ |
| HD | if_ath_tx_ht.c | 285 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) in ath_tx_rate_fill_rcflags() 291 vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) in ath_tx_rate_fill_rcflags() 303 ni->ni_vap->iv_flags_ht & IEEE80211_FHT_STBC_TX && in ath_tx_rate_fill_rcflags()
|
| /freebsd-11-stable/sys/dev/mwl/ |
| HD | if_mwl.c | 1066 (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() 3753 if (vap->iv_flags_ht & IEEE80211_FHT_PUREN) in mwl_getapmode() 4019 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI40) == 0) in mkpeerinfo() 4021 if ((vap->iv_flags_ht & IEEE80211_FHT_SHORTGI20) == 0) in mkpeerinfo()
|