Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drxmq.c1235 eht->data[(rt_data)] |= \ in iwl_mvm_decode_he_mu_ext()
1272 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_he_mu_ext()
1296 eht->user_info[0] |= in iwl_mvm_decode_he_phy_ru_alloc()
1301 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_NR_NON_OFDMA_USERS_M); in iwl_mvm_decode_he_phy_ru_alloc()
1302 eht->data[7] |= LE32_DEC_ENC in iwl_mvm_decode_he_phy_ru_alloc()
1382 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_he_phy_data()
1428 struct ieee80211_radiotap_eht *eht) in iwl_mvm_decode_he_phy_data()
1430 u32 ru = le32_get_bits(eht->data[8], in iwl_mvm_decode_he_phy_data()
1492 rx_status->eht.ru = nl_ru; in iwl_mvm_decode_he_phy_data()
1498 struct ieee80211_radiotap_eht *eht, in iwl_mvm_decode_he_phy_data()
1549 iwl_mvm_decode_eht_ext_mu(struct iwl_mvm * mvm,struct iwl_mvm_rx_phy_data * phy_data,struct ieee80211_rx_status * rx_status,struct ieee80211_radiotap_eht * eht,struct ieee80211_radiotap_eht_usig * usig) iwl_mvm_decode_eht_ext_mu() argument
1659 iwl_mvm_decode_eht_ext_tb(struct iwl_mvm * mvm,struct iwl_mvm_rx_phy_data * phy_data,struct ieee80211_rx_status * rx_status,struct ieee80211_radiotap_eht * eht,struct ieee80211_radiotap_eht_usig * usig) iwl_mvm_decode_eht_ext_tb() argument
1705 iwl_mvm_decode_eht_ru(struct iwl_mvm * mvm,struct ieee80211_rx_status * rx_status,struct ieee80211_radiotap_eht * eht) iwl_mvm_decode_eht_ru() argument
1775 iwl_mvm_decode_eht_phy_data(struct iwl_mvm * mvm,struct iwl_mvm_rx_phy_data * phy_data,struct ieee80211_rx_status * rx_status,struct ieee80211_radiotap_eht * eht,struct ieee80211_radiotap_eht_usig * usig) iwl_mvm_decode_eht_phy_data() argument
1895 struct ieee80211_radiotap_eht *eht; iwl_mvm_rx_eht() local
[all...]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d.out1 .lived eht si paTmetsyS, lived eht si paTmetsyS
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c1739 bool rx_status, bool eht) in rtw89_rxdesc_to_nl_he_eht_gi() argument
1745 return eht ? NL80211_RATE_INFO_EHT_GI_0_8 : in rtw89_rxdesc_to_nl_he_eht_gi()
1749 return eht ? NL80211_RATE_INFO_EHT_GI_1_6 : in rtw89_rxdesc_to_nl_he_eht_gi()
1752 return eht ? NL80211_RATE_INFO_EHT_GI_3_2 : in rtw89_rxdesc_to_nl_he_eht_gi()
1757 return eht ? NL80211_RATE_INFO_EHT_GI_3_2 : in rtw89_rxdesc_to_nl_he_eht_gi()
1765 bool eht) in rtw89_check_rx_statu_gi_match() argument
1767 if (eht) in rtw89_check_rx_statu_gi_match()
1768 return status->eht.gi == gi_ltf; in rtw89_check_rx_statu_gi_match()
1779 bool eht = false; in rtw89_core_rx_ppdu_match() local
1798 eht = data_rate_mode == DATA_RATE_MODE_EHT; in rtw89_core_rx_ppdu_match()
[all …]
H A Ddebug.c3580 status->eht.gi < ARRAY_SIZE(eht_gi_str) ? in rtw89_sta_info_get_iter()
3581 eht_gi_str[status->eht.gi] : "N/A"); in rtw89_sta_info_get_iter()
/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c237 bool eht = he && hapd->iconf->ieee80211be && !hapd->conf->disable_11be; in hostapd_neighbor_set_own_report() local
277 if (eht) in hostapd_neighbor_set_own_report()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1104 status->eht.ru = mstat.eht.ru; in mt76_rx_convert()
1105 status->eht.gi = mstat.eht.gi; in mt76_rx_convert()
1755 struct mt76_sta_stats *stats, bool eht) in mt76_ethtool_worker() argument
1771 if (eht) { in mt76_ethtool_worker()
1777 for (i = 0; i < (ARRAY_SIZE(stats->tx_bw) - !eht); i++) in mt76_ethtool_worker()
1780 for (i = 0; i < (eht ? 14 : 12); i++) in mt76_ethtool_worker()
H A Dmt76.h645 } eht; member
1451 struct mt76_sta_stats *stats, bool eht);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1023 struct sta_rec_eht *eht; in mt7996_mcu_sta_eht_tlv() local
1032 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_EHT, sizeof(*eht)); in mt7996_mcu_sta_eht_tlv()
1034 eht = (struct sta_rec_eht *)tlv; in mt7996_mcu_sta_eht_tlv()
1035 eht->tid_bitmap = 0xff; in mt7996_mcu_sta_eht_tlv()
1036 eht->mac_cap = cpu_to_le16(*(u16 *)elem->mac_cap_info); in mt7996_mcu_sta_eht_tlv()
1037 eht->phy_cap = cpu_to_le64(*(u64 *)elem->phy_cap_info); in mt7996_mcu_sta_eht_tlv()
1038 eht->phy_cap_ext = cpu_to_le64(elem->phy_cap_info[8]); in mt7996_mcu_sta_eht_tlv()
1041 memcpy(eht->mcs_map_bw20, &mcs_map->only_20mhz, sizeof(eht->mcs_map_bw20)); in mt7996_mcu_sta_eht_tlv()
1042 memcpy(eht->mcs_map_bw80, &mcs_map->bw._80, sizeof(eht->mcs_map_bw80)); in mt7996_mcu_sta_eht_tlv()
1043 memcpy(eht->mcs_map_bw160, &mcs_map->bw._160, sizeof(eht->mcs_map_bw160)); in mt7996_mcu_sta_eht_tlv()
[all …]
H A Dmac.c413 status->eht.gi = gi; in mt7996_mac_fill_rx_rate()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h587 int eht; member
H A Drobust_av.c515 const struct ieee80211_eht_capabilities *eht; in wpas_send_scs_req() local
542 eht = (const struct ieee80211_eht_capabilities *) &eht_ie[3]; in wpas_send_scs_req()
543 if (eht->mac_cap & EHT_MACCAP_SCS_TRAFFIC_DESC) in wpas_send_scs_req()
H A Dscan.c2878 int snr, bool eht) in max_he_eht_rate() argument
2883 (eht || entry - table <= EHT_MCS)) in max_he_eht_rate()
2888 if (entry->minsnr == -1 || (!eht && entry - table > EHT_MCS)) in max_he_eht_rate()
3049 struct ieee80211_eht_capabilities *eht; in wpas_get_est_tpt() local
3127 eht = (struct ieee80211_eht_capabilities *) &eht_ie[3]; in wpas_get_est_tpt()
3130 (eht->phy_cap[EHT_PHYCAP_320MHZ_IN_6GHZ_SUPPORT_IDX] & in wpas_get_est_tpt()
H A Dmesh.c667 ssid->eht = 1; in wpa_supplicant_join_mesh()
H A Dap.c343 ssid->eht) in wpa_supplicant_conf_ap_ht()
427 ssid->eht) in wpa_supplicant_conf_ap_ht()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h683 } eht; member