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

Commit 2906d566 authored by Jimmy Chen's avatar Jimmy Chen Committed by Android (Google) Code Review
Browse files

Merge "wifi: correct WPA cipher GCMP-128 bit" into sc-dev

parents 67047d5a b2da76d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ interface ISupplicantStaNetwork extends @1.3::ISupplicantStaNetwork {
        /**
         * GCMP-128 Pairwise Cipher
         */
        GCMP_128 = 1 << 9,
        GCMP_128 = 1 << 6,
    };

    /**
@@ -51,7 +51,7 @@ interface ISupplicantStaNetwork extends @1.3::ISupplicantStaNetwork {
        /**
         * GCMP-128 Group Cipher
         */
        GCMP_128 = 1 << 9,
        GCMP_128 = 1 << 6,
    };

    /**