Merge "wifi: add constant for OCSP field" into rvc-dev am: edddaef9a8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11970311

Change-Id: I24d438b54afdaaeea3e85eec9ec3debc7df142ad
This commit is contained in:
Jimmy Chen
2020-06-24 08:05:13 +00:00
committed by Automerger Merge Worker

View File

@@ -93,6 +93,8 @@ public class WifiEnterpriseConfig implements Parcelable {
public static final String OPP_KEY_CACHING = "proactive_key_caching"; public static final String OPP_KEY_CACHING = "proactive_key_caching";
/** @hide */ /** @hide */
public static final String EAP_ERP = "eap_erp"; public static final String EAP_ERP = "eap_erp";
/** @hide */
public static final String OCSP = "ocsp";
/** /**
* String representing the keystore OpenSSL ENGINE's ID. * String representing the keystore OpenSSL ENGINE's ID.