From a39ac094615096ab1b99e09295d8f6dded5677ed Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 24 Jun 2021 23:09:02 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 381407182 --- proto/connections/offline_wire_formats.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proto/connections/offline_wire_formats.proto b/proto/connections/offline_wire_formats.proto index d763d2a7..97bf965c 100644 --- a/proto/connections/offline_wire_formats.proto +++ b/proto/connections/offline_wire_formats.proto @@ -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.