Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp893 WifiChannelStats aidl_channel_stat; in convertLegacyLinkLayerRadioStatsToAidl() local
894 aidl_channel_stat.onTimeInMs = channel_stat.on_time; in convertLegacyLinkLayerRadioStatsToAidl()
895 aidl_channel_stat.ccaBusyTimeInMs = channel_stat.cca_busy_time; in convertLegacyLinkLayerRadioStatsToAidl()
896 aidl_channel_stat.channel.width = WifiChannelWidthInMhz::WIDTH_20; in convertLegacyLinkLayerRadioStatsToAidl()
897 aidl_channel_stat.channel.centerFreq = channel_stat.channel.center_freq; in convertLegacyLinkLayerRadioStatsToAidl()
898 aidl_channel_stat.channel.centerFreq0 = channel_stat.channel.center_freq0; in convertLegacyLinkLayerRadioStatsToAidl()
899 aidl_channel_stat.channel.centerFreq1 = channel_stat.channel.center_freq1; in convertLegacyLinkLayerRadioStatsToAidl()
900 aidl_channel_stats.push_back(aidl_channel_stat); in convertLegacyLinkLayerRadioStatsToAidl()