Fix bug to work with PIE SDK version PHWFW07641_22.230.0.8PDK-20230707T202651Z-001

PiperOrigin-RevId: 567438343
This commit is contained in:
hai007
2023-09-21 15:36:19 -07:00
committed by Copybara-Service
parent 7bde3abf8b
commit 77bc7311c6
@@ -185,6 +185,8 @@ uint8_t WifiIntel::GetGOChannel() {
NEARBY_LOGS(VERBOSE)
<< "Load WifiPanQueryPreferredChannelSetting API completed successfully";
intelWifiHeader.dwSize =
sizeof(MurocDefs::INTEL_GO_OPERATION_CHANNEL_SETTING);
murocApiRetVal = WifiPanQueryPreferredChannelSettingFunc(
wifi_adapter_handle_, &intelWifiHeader, (void*)&intelGOChan);