From 730b5498e95579c12835b548da788b29ff82dc75 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 15 Jun 2022 22:58:03 -0700 Subject: [PATCH] 1. Supports T+ Enterprise User Restrictions 2. Refactor for Guest and Enterprise users 3. Add WifiHotspotV2Test 4. Disconnect outgoing STA connection request from the same service when request to start hotspot. e.g. client A request a STA connection and start hotspot at the same time, cancel the STA connection request to start the hotspot. PiperOrigin-RevId: 455302291 --- proto/errorcode/error_code_enums.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/errorcode/error_code_enums.proto b/proto/errorcode/error_code_enums.proto index cfacb676..7ebf8cad 100644 --- a/proto/errorcode/error_code_enums.proto +++ b/proto/errorcode/error_code_enums.proto @@ -500,4 +500,5 @@ enum Description { UNSUPPORTED_DEVICE_TYPE_TV = 169; UNSUPPORTED_DEVICE_TYPE_WEAR = 170; NULL_MESSAGE = 171; + USER_RESTRICTION_DISALLOWED = 172; }