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

Commit c2b7b9a9 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy Committed by Android (Google) Code Review
Browse files

Merge "IHostapd: Add support for OWE security encryption type."

parents 2e0754c8 f815455a
Loading
Loading
Loading
Loading
+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,
}