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

Commit 54731c3b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8160141 from 079315ba to tm-release

Change-Id: I131cf8cd5c954a45820e75b62e1e9ccf5a5e2a86
parents aadc4e4d 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,
}