Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e9fa32a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8160141 from 079315ba to tm-d1-release

Change-Id: Ia7483b1d5308603aeff7e3d06f20963ae4185324
parents eebed449 079315ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
aliceypkuo@google.com
ugoyu@google.com
sattiraju@google.com
+2 −1
Original line number Diff line number Diff line
@@ -39,5 +39,6 @@ enum EncryptionType {
  WPA2 = 2,
  WPA3_SAE_TRANSITION = 3,
  WPA3_SAE = 4,
  OWE_TRANSITION = 5,
  WPA3_OWE_TRANSITION = 5,
  WPA3_OWE = 6,
}
+2 −1
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@ enum EncryptionType {
    WPA2,
    WPA3_SAE_TRANSITION,
    WPA3_SAE,
    OWE_TRANSITION,
    WPA3_OWE_TRANSITION,
    WPA3_OWE,
}