Change BWU priority from Hotspot to WifiLan

PiperOrigin-RevId: 491388299
This commit is contained in:
hai007
2022-11-28 10:55:28 -08:00
committed by Copybara-Service
parent 00b1a1570e
commit 2012acdbcc
9 changed files with 52 additions and 11 deletions
@@ -148,7 +148,7 @@ api::WifiInformation& WifiMedium::GetInformation() {
wifi_information_.ap_frequency =
WifiUtils::ConvertChannelToFrequencyMhz(
*channel, api::WifiBandType::kUnknown);
NEARBY_LOGS(INFO) << "Frequency: " << *channel << "; ap_frequency: "
NEARBY_LOGS(INFO) << "Channel: " << *channel << "; ap_frequency: "
<< wifi_information_.ap_frequency;
WlanFreeMemory(channel);
channel = NULL;