Skip to content

Commit e087fff

Browse files
committed
protos.proto: temporary name fixes
This is needed to avoid complation problems using current code.
1 parent da17c31 commit e087fff

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/protos/protos.proto

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ message WifiCredentialsResponse {
583583
optional WifiSecurityMode car_wifi_security_mode = 2;
584584
optional string car_wifi_ssid = 3;
585585
repeated int32 supported_wifi_channels = 4;
586-
optional AccessPointType access_point_type = 5;
586+
optional A_AccessPointType access_point_type = 5;
587587
}
588588

589589
message RadioStateNotification {
@@ -1563,21 +1563,21 @@ enum BluetoothMessageId {
15631563
}
15641564

15651565
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;
15811581
}
15821582

15831583
enum WifiProjectionMessageId {

0 commit comments

Comments
 (0)