Expose WifiConfiguration.SuiteBCipher
WifiConfiguration.SuiteBCipher is linked in documentation of public API WifiConfiguration.allowedSuiteBCiphers. Thus expose SuiteBCipher as a public API. Bug: 147711708 Test: compiles Change-Id: Ib913f92d61dce29da4660a3f2f08c8c17d939b71
This commit is contained in:
@@ -30500,6 +30500,11 @@ package android.net.wifi {
|
||||
field @Deprecated public static final String[] strings;
|
||||
}
|
||||
|
||||
@Deprecated public static class WifiConfiguration.SuiteBCipher {
|
||||
field @Deprecated public static final int ECDHE_ECDSA = 0; // 0x0
|
||||
field @Deprecated public static final int ECDHE_RSA = 1; // 0x1
|
||||
}
|
||||
|
||||
public class WifiEnterpriseConfig implements android.os.Parcelable {
|
||||
ctor public WifiEnterpriseConfig();
|
||||
ctor public WifiEnterpriseConfig(android.net.wifi.WifiEnterpriseConfig);
|
||||
|
||||
@@ -372,7 +372,6 @@ public class WifiConfiguration implements Parcelable {
|
||||
* ECDHE_ECDSA
|
||||
* ECDHE_RSA
|
||||
* </pre>
|
||||
* @hide
|
||||
*/
|
||||
public static class SuiteBCipher {
|
||||
private SuiteBCipher() { }
|
||||
|
||||
Reference in New Issue
Block a user