commit | b2da76d64be2f62e28272efbd86cb9d1080cb4f9 | [log] [tgz] |
---|---|---|
author | Jimmy Chen <jimmycmchen@google.com> | Wed Apr 14 10:18:17 2021 +0800 |
committer | Jimmy Chen <jimmycmchen@google.com> | Wed Apr 14 10:18:17 2021 +0800 |
tree | a7b03a2e00da6ad929b216a089419b52cf0c059b | |
parent | 722ee0aec74e3bd1e0121030c146fde8d1ee9445 [diff] |
wifi: correct WPA cipher GCMP-128 bit Bug: 185202617 Test: atest VtsHalWifiSupplicantV1_4TargetTest Change-Id: I78fb68d0a4c046759592ceed7089a58c5ea69064
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, }; /**