Searched refs:tgt_cap (Results 1 – 2 of 2) sorted by relevance
6555 bool tgt_cap; in wma_set_mlme_caps() local6563 tgt_cap = wmi_service_enabled(wma->wmi_handle, in wma_set_mlme_caps()6566 status = ucfg_mlme_set_tgt_adaptive_11r_cap(psoc, tgt_cap); in wma_set_mlme_caps()6570 tgt_cap = wmi_service_enabled(wma->wmi_handle, in wma_set_mlme_caps()6572 if (tgt_cap) in wma_set_mlme_caps()6575 tgt_cap = wmi_service_enabled(wma->wmi_handle, in wma_set_mlme_caps()6577 if (tgt_cap) in wma_set_mlme_caps()6580 tgt_cap = wmi_service_enabled(wma->wmi_handle, in wma_set_mlme_caps()6582 if (tgt_cap) in wma_set_mlme_caps()6585 tgt_cap = wmi_service_enabled(wma->wmi_handle, in wma_set_mlme_caps()[all …]
14861 uint32_t tgt_cap = param->target_cap_flags; in extract_ul_mumimo_support() local14863 param->ul_mumimo_rx_2g = WMI_TARGET_CAP_UL_MU_MIMO_RX_SUPPORT_2GHZ_GET(tgt_cap); in extract_ul_mumimo_support()14864 param->ul_mumimo_rx_5g = WMI_TARGET_CAP_UL_MU_MIMO_RX_SUPPORT_5GHZ_GET(tgt_cap); in extract_ul_mumimo_support()14865 param->ul_mumimo_rx_6g = WMI_TARGET_CAP_UL_MU_MIMO_RX_SUPPORT_6GHZ_GET(tgt_cap); in extract_ul_mumimo_support()14866 param->ul_mumimo_tx_2g = WMI_TARGET_CAP_UL_MU_MIMO_TX_SUPPORT_2GHZ_GET(tgt_cap); in extract_ul_mumimo_support()14867 param->ul_mumimo_tx_5g = WMI_TARGET_CAP_UL_MU_MIMO_TX_SUPPORT_5GHZ_GET(tgt_cap); in extract_ul_mumimo_support()14868 param->ul_mumimo_tx_6g = WMI_TARGET_CAP_UL_MU_MIMO_TX_SUPPORT_6GHZ_GET(tgt_cap); in extract_ul_mumimo_support()