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
This commit is contained in:
hai007
2022-06-15 22:59:54 -07:00
committed by Copybara-Service
parent ce80804639
commit 730b5498e9
+1
View File
@@ -500,4 +500,5 @@ enum Description {
UNSUPPORTED_DEVICE_TYPE_TV = 169;
UNSUPPORTED_DEVICE_TYPE_WEAR = 170;
NULL_MESSAGE = 171;
USER_RESTRICTION_DISALLOWED = 172;
}