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

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

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

parents e309d35b e13c7b20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ enum EncryptionType {
  WPA2 = 2,
  WPA3_SAE_TRANSITION = 3,
  WPA3_SAE = 4,
  OWE_TRANSITION = 5,
}
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@ enum EncryptionType {
    WPA2,
    WPA3_SAE_TRANSITION,
    WPA3_SAE,
    OWE_TRANSITION,
}