Searched refs:external_stat_ptr (Results 1 – 1 of 1) sorted by relevance
120 wifi_radio_stat *external_stat_ptr = NULL; in convertToExternalRadioStatStructure() local126 external_stat_ptr = (wifi_radio_stat *)malloc(total_size); in convertToExternalRadioStatStructure()127 if (external_stat_ptr) { in convertToExternalRadioStatStructure()128 external_stat_ptr->radio = internal_stat_ptr->radio; in convertToExternalRadioStatStructure()129 external_stat_ptr->on_time = internal_stat_ptr->on_time; in convertToExternalRadioStatStructure()130 external_stat_ptr->tx_time = internal_stat_ptr->tx_time; in convertToExternalRadioStatStructure()131 external_stat_ptr->rx_time = internal_stat_ptr->rx_time; in convertToExternalRadioStatStructure()132 external_stat_ptr->tx_time_per_levels = NULL; in convertToExternalRadioStatStructure()133 external_stat_ptr->num_tx_levels = 0; in convertToExternalRadioStatStructure()135 external_stat_ptr->on_time_nbd = internal_stat_ptr->on_time_nbd; in convertToExternalRadioStatStructure()[all …]