Apply GO frequency to NC that queries from Intel PIE SDK

PiperOrigin-RevId: 569558266
This commit is contained in:
hai007
2023-09-29 12:25:01 -07:00
committed by Copybara-Service
parent eba928e784
commit d477a2d174
11 changed files with 43 additions and 14 deletions
@@ -228,6 +228,7 @@ ByteArray ForControlPayloadTransfer(
ByteArray ForBwuWifiHotspotPathAvailable(const std::string& ssid,
const std::string& password,
std::int32_t port,
std::int32_t frequency,
const std::string& gateway,
bool supports_disabling_encryption) {
OfflineFrame frame;
@@ -248,6 +249,7 @@ ByteArray ForBwuWifiHotspotPathAvailable(const std::string& ssid,
wifi_hotspot_credentials->set_ssid(ssid);
wifi_hotspot_credentials->set_password(password);
wifi_hotspot_credentials->set_port(port);
wifi_hotspot_credentials->set_frequency(frequency);
wifi_hotspot_credentials->set_gateway(gateway);
return ToBytes(std::move(frame));