Home
last modified time | relevance | path

Searched refs:mEapAltSubjectMatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java128 private String mEapAltSubjectMatch; field in SupplicantStaNetworkHal
540 if (getEapAltSubjectMatch() && !TextUtils.isEmpty(mEapAltSubjectMatch)) { in loadWifiEnterpriseConfig()
542 WifiEnterpriseConfig.ALTSUBJECT_MATCH_KEY, mEapAltSubjectMatch); in loadWifiEnterpriseConfig()
2768 this.mEapAltSubjectMatch = matchValue; in getEapAltSubjectMatch()