Searched refs:external_stat_ptr (Results 1 – 1 of 1) sorted by relevance
117 wifi_radio_stat *external_stat_ptr = NULL; in convertToExternalRadioStatStructure() local121 external_stat_ptr = (wifi_radio_stat *)malloc(total_size); in convertToExternalRadioStatStructure()122 if (external_stat_ptr) { in convertToExternalRadioStatStructure()123 external_stat_ptr->radio = internal_stat_ptr->radio; in convertToExternalRadioStatStructure()124 external_stat_ptr->on_time = internal_stat_ptr->on_time; in convertToExternalRadioStatStructure()125 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructure()126 external_stat_ptr->rx_time = internal_stat_ptr->rx_time; in convertToExternalRadioStatStructure()127 external_stat_ptr->tx_time_per_levels = NULL; in convertToExternalRadioStatStructure()128 external_stat_ptr->num_tx_levels = 0; in convertToExternalRadioStatStructure()129 external_stat_ptr->on_time_scan = internal_stat_ptr->on_time_scan; in convertToExternalRadioStatStructure()[all …]