Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp103 wifi_radio_stat *radio_stat = in handleResponse()
133wifi_radio_stat *convertToExternalRadioStatStructure(wifi_radio_stat_internal *internal_stat_ptr) { in convertToExternalRadioStatStructure()
134 wifi_radio_stat *external_stat_ptr = NULL; in convertToExternalRadioStatStructure()
137 uint32_t total_size = sizeof(wifi_radio_stat) + channel_size; in convertToExternalRadioStatStructure()
138 external_stat_ptr = (wifi_radio_stat *)malloc(total_size); in convertToExternalRadioStatStructure()
/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h105 } wifi_radio_stat; typedef
230 int num_radios, wifi_radio_stat *radio_stat);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstatscommand.h63 wifi_radio_stat *radio_stat;
Dllstats.cpp677 static wifi_error get_wifi_radio_stats(wifi_radio_stat *stats, in get_wifi_radio_stats()
879 wifi_radio_stat *radioStat = mResultsParams.radio_stat; in clearStats()
885 radioStat = (wifi_radio_stat *)((u8 *)radioStat + in clearStats()
886 sizeof(wifi_radio_stat) + (sizeof(wifi_channel_stat) * in clearStats()
917 wifi_radio_stat *radioStatsBuf; in handleResponse()
958 + sizeof(wifi_radio_stat)); in handleResponse()
960 radioStatsBuf = (wifi_radio_stat *)realloc( in handleResponse()
972 radioStatsBuf = (wifi_radio_stat *)( in handleResponse()
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.cpp109 std::function<void((wifi_request_id, wifi_iface_stat*, int, wifi_radio_stat*))>
112 int num_radios, wifi_radio_stat* radio_stat) { in onSyncLinkLayerStatsResult()
659 wifi_radio_stat* radio_stats_ptr) { in getLinkLayerStats()
660 wifi_radio_stat* l_radio_stats_ptr; in getLinkLayerStats()
697 (wifi_radio_stat*)((u8*)l_radio_stats_ptr + in getLinkLayerStats()
698 sizeof(wifi_radio_stat) + in getLinkLayerStats()
Dwifi_legacy_hal.h62 wifi_radio_stat stats;