From b6b102f01483a120d90638295cc4dee196a66f32 Mon Sep 17 00:00:00 2001 From: Hai Shalom Date: Fri, 10 May 2019 13:12:27 -0700 Subject: [PATCH] [InformationElementUtil] Add FT/SAE AKM Add FT/SAE AKM to InformationElementUtil class and parse it correctly so that the phone would be able to associate with APs advertising it. Added additional unit tests that were missing. Bug: 132378498 Test: atest InformationElementUtilTest Change-Id: I470e4e071de36dfe8f79475477c6077ed8bef3cb --- wifi/java/android/net/wifi/ScanResult.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wifi/java/android/net/wifi/ScanResult.java b/wifi/java/android/net/wifi/ScanResult.java index 21fe22e3e7b00..0b1108d56b7fe 100644 --- a/wifi/java/android/net/wifi/ScanResult.java +++ b/wifi/java/android/net/wifi/ScanResult.java @@ -153,6 +153,11 @@ public class ScanResult implements Parcelable { * Security key management scheme: SUITE_B_192. */ public static final int KEY_MGMT_EAP_SUITE_B_192 = 10; + /** + * @hide + * Security key management scheme: FT_SAE. + */ + public static final int KEY_MGMT_FT_SAE = 11; /** * @hide * No cipher suite.