Searched refs:mAccessPointSecurity (Results 1 – 2 of 2) sorted by relevance
161 int mAccessPointSecurity; field in WifiConfigController518 && ((mAccessPointSecurity == AccessPoint.SECURITY_WEP in isSubmittable()520 || (mAccessPointSecurity == AccessPoint.SECURITY_PSK in isSubmittable()537 if ((mAccessPointSecurity == AccessPoint.SECURITY_EAP in isSubmittable()555 if ((mAccessPointSecurity == AccessPoint.SECURITY_EAP in isSubmittable()590 if (mAccessPointSecurity == AccessPoint.SECURITY_EAP_SUITE_B && in showWarningMessagesIfAppropriate()621 switch (mAccessPointSecurity) { in getConfig()983 if (mAccessPointSecurity == AccessPoint.SECURITY_NONE || in showSecurityFields()984 mAccessPointSecurity == AccessPoint.SECURITY_OWE) { in showSecurityFields()1003 if (mAccessPointSecurity != AccessPoint.SECURITY_EAP && in showSecurityFields()[all …]
222 mController.mAccessPointSecurity = AccessPoint.SECURITY_EAP; in isSubmittable_EapWithAkaMethod_shouldReturnTrue()