Home
last modified time | relevance | path

Searched refs:num_tx_levels (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp712 if (stats->num_tx_levels) { in get_wifi_radio_stats()
714 … QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL not found", __func__, stats->num_tx_levels); in get_wifi_radio_stats()
715 stats->num_tx_levels = 0; in get_wifi_radio_stats()
719 (u32 *) malloc(sizeof(u32) * stats->num_tx_levels); in get_wifi_radio_stats()
722 stats->num_tx_levels = 0; in get_wifi_radio_stats()
728 sizeof(u32) * stats->num_tx_levels); in get_wifi_radio_stats()
916 mResultsParams.radio_stat->num_tx_levels = nla_get_u32(tb_vendor[ in handleResponse()
942 mResultsParams.radio_stat->num_tx_levels); in handleResponse()
944 for (i = 0; i < mResultsParams.radio_stat->num_tx_levels; i++) { in handleResponse()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp128 external_stat_ptr->num_tx_levels = 0; in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h93 u32 num_tx_levels; // number of radio transmit power levels member