HomeSort by relevance Sort by last modified time
    Searched refs:num_tx_levels (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp 712 if (stats->num_tx_levels) {
714 ALOGE("%s: num_tx_levels is %u but QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME_PER_LEVEL not found", __func__, stats->num_tx_levels);
715 stats->num_tx_levels = 0;
719 (u32 *) malloc(sizeof(u32) * stats->num_tx_levels);
722 stats->num_tx_levels = 0;
728 sizeof(u32) * stats->num_tx_levels);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 128 external_stat_ptr->num_tx_levels = 0;
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 85 // Max number of tx power levels. The actual number vary per device and is specified by |num_tx_levels|
93 u32 num_tx_levels; // number of radio transmit power levels member in struct:__anon31486
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp     [all...]

Completed in 761 milliseconds