Merge "[InformationElementUtil] Add FT/SAE AKM" into qt-dev am: 78f6faf13d
am: 64e52a7a9a
Change-Id: I29dbb017a80c5ca07857793301d0f3effc8a8b24
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user