Internal change

PiperOrigin-RevId: 382227759
This commit is contained in:
hai007
2021-06-29 21:51:16 -07:00
committed by Copybara-Service
parent a915858be9
commit 6b2e5d575a
@@ -298,6 +298,8 @@ message MediumMetadata {
optional int32 ap_frequency = 6 [default = -1];
// Available channels on the local device.
optional AvailableChannels available_channels = 7;
// Usable WiFi Direct client channels on the local device.
optional WifiDirectCliUsableChannels wifi_direct_cli_usable_channels = 8;
}
// Available channels on the local device.
@@ -305,6 +307,11 @@ message AvailableChannels {
repeated int32 channels = 1 [packed = true];
}
// Usable WiFi Direct client channels on the local device.
message WifiDirectCliUsableChannels {
repeated int32 channels = 1 [packed = true];
}
// LocationHint is used to specify a location as well as format.
message LocationHint {
// Location is the location, provided in the format specified by format.