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

This commit is contained in:
Jimmy Chen
2020-06-24 07:52:09 +00:00
committed by Android (Google) Code Review

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.