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

Commit defaf3ab authored by Hai Shalom's avatar Hai Shalom Committed by Android (Google) Code Review
Browse files

Merge "wifi/supplicant: Add SHA256 key management definition"

parents 6226e6f9 03eccd47
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -28,6 +28,12 @@ import @1.1::ISupplicantStaNetwork;
interface ISupplicantStaNetwork extends @1.1::ISupplicantStaNetwork {
    /** Possble mask of values for KeyMgmt param. */
    enum KeyMgmtMask : @1.0::ISupplicantStaNetwork.KeyMgmtMask {
        /** WPA using EAP authentication with stronger SHA256-based algorithms */
        WPA_EAP_SHA256 = 1 << 7,

        /** WPA pre-shared key with stronger SHA256-based algorithms */
        WPA_PSK_SHA256 = 1 << 8,

        /** WPA3-Personal SAE Key management */
        SAE = 1 << 10,