Internal change

PiperOrigin-RevId: 381407182
This commit is contained in:
hai007
2021-06-24 23:10:03 -07:00
committed by Copybara-Service
parent da07b7ba77
commit a39ac09461
@@ -296,6 +296,13 @@ message MediumMetadata {
// The frequency of the WiFi LAN AP (or -1 is not associated to an AP over
// WiFi).
optional int32 ap_frequency = 6 [default = -1];
// Available channels on the local device.
optional AvailableChannels available_channels = 7;
}
// Available channels on the local device.
message AvailableChannels {
repeated int32 channels = 1 [packed = true];
}
// LocationHint is used to specify a location as well as format.