Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java123 private ArrayList<Byte> mEapAnonymousIdentity; field in SupplicantStaNetworkHal
552 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()
555 NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity)); in loadWifiEnterpriseConfig()
2863 this.mEapAnonymousIdentity = identityValue; in getEapAnonymousIdentity()
2887 return NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity); in fetchEapAnonymousIdentity()