Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java122 private ArrayList<Byte> mEapAnonymousIdentity; field in SupplicantStaNetworkHal
480 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()
483 NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity)); in loadWifiEnterpriseConfig()
2273 this.mEapAnonymousIdentity = identityValue; in getEapAnonymousIdentity()
2297 return NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity); in fetchEapAnonymousIdentity()