Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dlink_layer_stats.cpp114 wifi_radio_stat *radio_stat_ptr = NULL; in handleResponse()
196 num_radios, (wifi_radio_stat *)radioStatsBuf); in handleResponse()
237 wifi_radio_stat *convertToExternalRadioStatStructure( in convertToExternalRadioStatStructure()
240 wifi_radio_stat *external_stat_ptr = NULL; in convertToExternalRadioStatStructure()
246 external_stat_ptr = (wifi_radio_stat *)malloc(*per_radio_size); in convertToExternalRadioStatStructure()
270wifi_radio_stat *convertToExternalRadioStatStructureLegacy(wifi_radio_stat_internal *internal_stat… in convertToExternalRadioStatStructureLegacy()
271 wifi_radio_stat *external_stat_ptr = NULL; in convertToExternalRadioStatStructureLegacy()
276 uint32_t total_size = sizeof(wifi_radio_stat) + channel_size; in convertToExternalRadioStatStructureLegacy()
277 external_stat_ptr = (wifi_radio_stat *)malloc(total_size); in convertToExternalRadioStatStructureLegacy()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h108 } wifi_radio_stat; typedef
309 wifi_radio_stat *radio_stat);
314 wifi_radio_stat *radio_stat);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp177 ret = convertToExternalRadioStatStructure((wifi_radio_stat*)data_ptr, in handleResponse()
260 (wifi_radio_stat *)radioStatsBuf); in handleResponse()
271 num_radios, (wifi_radio_stat *)radioStatsBuf); in handleResponse()
285 num_radios, (wifi_radio_stat *)radioStatsBuf); in handleResponse()
300 int convertToExternalRadioStatStructure(wifi_radio_stat *internal_stat_ptr, in convertToExternalRadioStatStructure()
309 *per_radio_size = offsetof(wifi_radio_stat, channels) + channel_size; in convertToExternalRadioStatStructure()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstatscommand.h63 wifi_radio_stat *radio_stat;
Dllstats.cpp678 static wifi_error get_wifi_radio_stats(wifi_radio_stat *stats, in get_wifi_radio_stats()
889 wifi_radio_stat *radioStat = mResultsParams.radio_stat; in clearStats()
900 radioStat = (wifi_radio_stat *)((u8 *)radioStat + in clearStats()
901 sizeof(wifi_radio_stat) + (sizeof(wifi_channel_stat) * in clearStats()
933 wifi_radio_stat *radioStatsBuf; in handleResponse()
974 + sizeof(wifi_radio_stat)); in handleResponse()
976 radioStatsBuf = (wifi_radio_stat *)realloc( in handleResponse()
988 radioStatsBuf = (wifi_radio_stat *)( in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstatscommand.h63 wifi_radio_stat *radio_stat;
Dllstats.cpp692 static wifi_error get_wifi_radio_stats(wifi_radio_stat *stats, in get_wifi_radio_stats()
905 wifi_radio_stat *radioStat = mResultsParams.radio_stat; in clearStats()
916 radioStat = (wifi_radio_stat *)((u8 *)radioStat + in clearStats()
917 sizeof(wifi_radio_stat) + (sizeof(wifi_channel_stat) * in clearStats()
949 wifi_radio_stat *radioStatsBuf; in handleResponse()
990 + sizeof(wifi_radio_stat)); in handleResponse()
992 radioStatsBuf = (wifi_radio_stat *)realloc( in handleResponse()
1004 radioStatsBuf = (wifi_radio_stat *)( in handleResponse()
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp113 std::function<void((wifi_request_id, wifi_iface_stat*, int, wifi_radio_stat*))>
116 wifi_radio_stat* radio_stat) { in onSyncLinkLayerStatsResult()
123 std::function<void((wifi_request_id, wifi_iface_ml_stat*, int, wifi_radio_stat*))>
126 int num_radios, wifi_radio_stat* radio_stat) { in onSyncLinkLayerMlStatsResult()
881 wifi_radio_stat* radio_stats_ptr) { in getLinkLayerStats()
882 wifi_radio_stat* l_radio_stats_ptr; in getLinkLayerStats()
936 (wifi_radio_stat*)((u8*)l_radio_stats_ptr + sizeof(wifi_radio_stat) + in getLinkLayerStats()
948 wifi_radio_stat* radio_stats_ptr) { in getLinkLayerStats()
949 wifi_radio_stat* l_radio_stats_ptr; in getLinkLayerStats()
992 (wifi_radio_stat*)((u8*)l_radio_stats_ptr + sizeof(wifi_radio_stat) + in getLinkLayerStats()
Dwifi_legacy_hal.h411 wifi_radio_stat stats;
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4375 wifi_radio_stat rx_stat[MAX_NUM_RADIOS];
4500 int num_radios, wifi_radio_stat *radio_stat) in onMultiLinkStatsResults()
4516 memset(&rx_stat[i], 0, sizeof(wifi_radio_stat)); in onMultiLinkStatsResults()
4517 memcpy(&rx_stat[i], (u8*)local_rx_ptr, offsetof(wifi_radio_stat, channels)); in onMultiLinkStatsResults()
4518 local_rx_ptr += offsetof(wifi_radio_stat, channels); in onMultiLinkStatsResults()
4574 int num_radios, wifi_radio_stat *radio_stat) in onLinkStatsResults()
4590 memset(&rx_stat[i], 0, sizeof(wifi_radio_stat)); in onLinkStatsResults()
4591 memcpy(&rx_stat[i], (u8*)local_rx_stat_ptr, offsetof(wifi_radio_stat, channels)); in onLinkStatsResults()
4592 local_rx_stat_ptr += offsetof(wifi_radio_stat, channels); in onLinkStatsResults()
4734 wifi_radio_stat rx_stat[], int radios) in printMultiLinkStats()
[all …]