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

Commit e13c7b20 authored by Purushottam Kushwaha's avatar Purushottam Kushwaha Committed by Ahmed ElArabawy
Browse files

IHostapd: Add support for OWE_TRANSITION security encryption type.



This commit is to add the EncryptionType:OWE_TRANSITION to allow setup
of OWE-Transition Soft-AP.

Bug: 181736011
Test: VTS tests
Change-Id: Ibfcadfc6fd9c4d0d88755f6d07de72c78efc5968
Signed-off-by: default avatarPurushottam Kushwaha <quic_pkushwah@quicinc.com>
parent 425df504
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,
}