commit | 2906d566ec34fda83ac4f6e61383ea7a7d856543 | [log] [tgz] |
---|---|---|
author | Jimmy Chen <jimmycmchen@google.com> | Sun Apr 18 06:22:40 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Apr 18 06:22:40 2021 +0000 |
tree | 1b3eec117389ba0ed08281a6f73de39fc152467b | |
parent | 67047d5a0320a953512445f3c86ebc0037d6fed8 [diff] | |
parent | b2da76d64be2f62e28272efbd86cb9d1080cb4f9 [diff] |
Merge "wifi: correct WPA cipher GCMP-128 bit" into sc-dev
diff --git a/wifi/supplicant/1.4/ISupplicantStaNetwork.hal b/wifi/supplicant/1.4/ISupplicantStaNetwork.hal index 4f95213..4dfe8e6 100644 --- a/wifi/supplicant/1.4/ISupplicantStaNetwork.hal +++ b/wifi/supplicant/1.4/ISupplicantStaNetwork.hal
@@ -41,7 +41,7 @@ /** * GCMP-128 Pairwise Cipher */ - GCMP_128 = 1 << 9, + GCMP_128 = 1 << 6, }; /** @@ -51,7 +51,7 @@ /** * GCMP-128 Group Cipher */ - GCMP_128 = 1 << 9, + GCMP_128 = 1 << 6, }; /**