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.java129 private String mEapAltSubjectMatch; field in SupplicantStaNetworkHal
520 if (getEapAltSubjectMatch() && !TextUtils.isEmpty(mEapAltSubjectMatch)) { in loadWifiEnterpriseConfig()
522 WifiEnterpriseConfig.ALTSUBJECT_MATCH_KEY, mEapAltSubjectMatch); in loadWifiEnterpriseConfig()
2454 this.mEapAltSubjectMatch = matchValue; in getEapAltSubjectMatch()