mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Apply GO frequency to NC that queries from Intel PIE SDK
PiperOrigin-RevId: 569558266
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user