Home
last modified time | relevance | path

Searched refs:phy_cap (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c194 uint32_t *phy_cap) in wma_convert_eht_cap() argument
220 eht_cap->support_320mhz_6ghz = WMI_EHTCAP_PHY_320MHZIN6GHZ_GET(phy_cap); in wma_convert_eht_cap()
222 phy_cap); in wma_convert_eht_cap()
224 WMI_EHTCAP_PHY_NDP4XEHTLTFAND320NSGI_GET(phy_cap); in wma_convert_eht_cap()
225 eht_cap->partial_bw_mu_mimo = WMI_EHTCAP_PHY_PARTIALBWULMU_GET(phy_cap); in wma_convert_eht_cap()
226 eht_cap->su_beamformer = WMI_EHTCAP_PHY_SUBFMR_GET(phy_cap); in wma_convert_eht_cap()
227 eht_cap->su_beamformee = WMI_EHTCAP_PHY_SUBFME_GET(phy_cap); in wma_convert_eht_cap()
228 eht_cap->bfee_ss_le_80mhz = WMI_EHTCAP_PHY_BFMESSLT80MHZ_GET(phy_cap); in wma_convert_eht_cap()
229 eht_cap->bfee_ss_160mhz = WMI_EHTCAP_PHY_BFMESS160MHZ_GET(phy_cap); in wma_convert_eht_cap()
230 eht_cap->bfee_ss_320mhz = WMI_EHTCAP_PHY_BFMESS320MHZ_GET(phy_cap); in wma_convert_eht_cap()
[all …]
Dwma_he.c175 uint32_t *phy_cap, uint32_t supp_mcs, in wma_convert_he_cap() argument
235 chan_width = WMI_HECAP_PHY_CBW_GET(phy_cap); in wma_convert_he_cap()
243 he_cap->rx_pream_puncturing = WMI_HECAP_PHY_PREAMBLEPUNCRX_GET(phy_cap); in wma_convert_he_cap()
244 he_cap->device_class = WMI_HECAP_PHY_COD_GET(phy_cap); in wma_convert_he_cap()
245 he_cap->ldpc_coding = WMI_HECAP_PHY_LDPC_GET(phy_cap); in wma_convert_he_cap()
246 he_cap->he_1x_ltf_800_gi_ppdu = WMI_HECAP_PHY_LTFGIFORHE_GET(phy_cap); in wma_convert_he_cap()
248 WMI_HECAP_PHY_MIDAMBLETXRXMAXNSTS_GET(phy_cap); in wma_convert_he_cap()
249 he_cap->he_4x_ltf_3200_gi_ndp = WMI_HECAP_PHY_LTFGIFORNDP_GET(phy_cap); in wma_convert_he_cap()
250 he_cap->rx_stbc_lt_80mhz = WMI_HECAP_PHY_RXSTBC_GET(phy_cap); in wma_convert_he_cap()
251 he_cap->tb_ppdu_tx_stbc_lt_80mhz = WMI_HECAP_PHY_TXSTBC_GET(phy_cap); in wma_convert_he_cap()
[all …]
Dwma_eht.h99 void wma_print_eht_phy_cap(uint32_t *phy_cap);
286 void wma_print_eht_phy_cap(uint32_t *phy_cap) in wma_print_eht_phy_cap() argument
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_he.h67 void wma_print_he_phy_cap(uint32_t *phy_cap);
283 static inline void wma_print_he_phy_cap(uint32_t *phy_cap) in wma_print_he_phy_cap() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_he.c178 NLA_HDRLEN + sizeof(he_cap.phy_cap) + in __wlan_hdd_cfg80211_get_he_cap()
216 sizeof(u32) * HE_MAX_PHY_CAP_SIZE, he_cap.phy_cap) || in __wlan_hdd_cfg80211_get_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4606 uint32_t phy_cap[HE_MAX_PHY_CAP_SIZE]; member
4638 uint32_t phy_cap[EHT_MAX_PHY_CAP_SIZE]; member