File tree 1 file changed +16
-16
lines changed 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ message WifiCredentialsResponse {
583
583
optional WifiSecurityMode car_wifi_security_mode = 2 ;
584
584
optional string car_wifi_ssid = 3 ;
585
585
repeated int32 supported_wifi_channels = 4 ;
586
- optional AccessPointType access_point_type = 5 ;
586
+ optional A_AccessPointType access_point_type = 5 ;
587
587
}
588
588
589
589
message RadioStateNotification {
@@ -1563,21 +1563,21 @@ enum BluetoothMessageId {
1563
1563
}
1564
1564
1565
1565
enum WifiSecurityMode {
1566
- UNKNOWN_SECURITY_MODE = 0 ;
1567
- OPEN = 1 ;
1568
- WEP_64 = 2 ;
1569
- WEP_128 = 3 ;
1570
- WPA_PERSONAL = 4 ;
1571
- WPA2_PERSONAL = 5 ;
1572
- WPA_WPA2_PERSONAL = 6 ;
1573
- WPA_ENTERPRISE = 7 ;
1574
- WPA2_ENTERPRISE = 8 ;
1575
- WPA_WPA2_ENTERPRISE = 9 ;
1576
- }
1577
-
1578
- enum AccessPointType {
1579
- STATIC = 0 ;
1580
- DYNAMIC = 1 ;
1566
+ A_UNKNOWN_SECURITY_MODE = 0 ;
1567
+ A_OPEN = 1 ;
1568
+ A_WEP_64 = 2 ;
1569
+ A_WEP_128 = 3 ;
1570
+ A_WPA_PERSONAL = 4 ;
1571
+ A_WPA2_PERSONAL = 5 ;
1572
+ A_WPA_WPA2_PERSONAL = 6 ;
1573
+ A_WPA_ENTERPRISE = 7 ;
1574
+ A_WPA2_ENTERPRISE = 8 ;
1575
+ A_WPA_WPA2_ENTERPRISE = 9 ;
1576
+ }
1577
+
1578
+ enum A_AccessPointType {
1579
+ A_STATIC = 0 ;
1580
+ A_DYNAMIC = 1 ;
1581
1581
}
1582
1582
1583
1583
enum WifiProjectionMessageId {
You can’t perform that action at this time.
0 commit comments