From 6b2e5d575aa772ac3c71ea8f71a8f1c633e87709 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 29 Jun 2021 21:50:16 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 382227759 --- 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 97bf965c..1ab232b5 100644 --- a/proto/connections/offline_wire_formats.proto +++ b/proto/connections/offline_wire_formats.proto @@ -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.