Searched refs:eht (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rxmq.c | 1512 eht->data[(rt_data)] |= \ 1573 eht->user_info[0] |= in iwl_mvm_decode_eht_ext_mu() 1769 rx_status->eht.ru = nl_ru; in iwl_mvm_decode_eht_ru() 1838 eht->data[1] |= in iwl_mvm_decode_eht_phy_data() 1989 eht->data[0] |= cpu_to_le32 in iwl_mvm_rx_eht() 1993 rx_status->eht.gi)); in iwl_mvm_rx_eht() 2000 eht->data[7] |= in iwl_mvm_rx_eht() 2005 eht->data[7] |= in iwl_mvm_rx_eht() 2008 eht->user_info[0] |= in iwl_mvm_rx_eht() 2016 eht->user_info[0] |= in iwl_mvm_rx_eht() [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
| H A D | tst.boolopt.d.out | 1 .lived eht si paTmetsyS, lived eht si paTmetsyS
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | neighbor_db.c | 237 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-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 1104 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 D | mt76.h | 645 } eht; member 1451 struct mt76_sta_stats *stats, bool eht);
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1023 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 D | mac.c | 413 status->eht.gi = gi; in mt7996_mac_fill_rx_rate()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | config_ssid.h | 587 int eht; member
|
| H A D | robust_av.c | 515 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 D | scan.c | 2878 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 D | mesh.c | 667 ssid->eht = 1; in wpa_supplicant_join_mesh()
|
| H A D | ap.c | 343 ssid->eht) in wpa_supplicant_conf_ap_ht() 427 ssid->eht) in wpa_supplicant_conf_ap_ht()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 662 } eht; member
|