Searched refs:SECURITY_OWE (Results 1 – 16 of 16) sorted by relevance
56 WifiEntry.SECURITY_OWE,86 SECURITY_TYPE_TO_DESC_RES.get(WifiEntry.SECURITY_OWE))); in onCreateInternal()87 securityTypeIdsList.add(Integer.toString(WifiEntry.SECURITY_OWE)); in onCreateInternal()151 map.put(WifiEntry.SECURITY_OWE, R.string.wifi_security_owe); in createSecurityTypeDescMap()
41 WifiEntry.SECURITY_OWE,77 case WifiEntry.SECURITY_OWE: in toString()
177 return security == WifiEntry.SECURITY_NONE || security == WifiEntry.SECURITY_OWE; in isOpenNetwork()270 case WifiEntry.SECURITY_OWE: in finishWifiConfig()324 return WifiEntry.SECURITY_OWE; in getWifiEntrySecurity()
48 return AccessPoint.SECURITY_OWE; in getAccessPointSecurity()145 case AccessPoint.SECURITY_OWE: in getWifiConfig()
188 case WifiEntry.SECURITY_OWE: in getSecurityString()477 case WifiEntry.SECURITY_OWE: in isSupportZxing()513 return WifiEntry.SECURITY_OWE; in getSecurityTypeFromWifiConfiguration()
201 case WifiEntry.SECURITY_OWE: in getWifiConfig()229 return WifiEntry.SECURITY_OWE; in getWifiEntrySecurity()
786 case WifiEntry.SECURITY_OWE: in getConfig()963 || mWifiEntrySecurity == WifiEntry.SECURITY_OWE) { in showSecurityFields()1749 mSecurityInPosition[idx++] = WifiEntry.SECURITY_OWE;
801 case AccessPoint.SECURITY_OWE: in getConfig()984 mAccessPointSecurity == AccessPoint.SECURITY_OWE) { in showSecurityFields()1708 mSecurityInPosition[idx++] = AccessPoint.SECURITY_OWE; in configureSecuritySpinner()
699 && wifiEntry.getSecurity() != WifiEntry.SECURITY_OWE) in onWifiEntriesChanged()
51 .id(AccessPoint.SECURITY_OWE) in getSecurityTypes()148 case AccessPoint.SECURITY_OWE: in getConfig()
79 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in onBindViewHolder()
188 && (mAccessPoint.getSecurity() != AccessPoint.SECURITY_OWE)) { in bindFrictionImage()
54 public static final int SECURITY_OWE = 1 << 5; field in WifiConfigurationTestUtil167 if ((security & SECURITY_OWE) != 0) { in generateWifiConfig()290 null, SECURITY_OWE); in createOweNetwork()
24 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_OWE;2379 SECURITY_NONE | SECURITY_OWE, WifiConfiguration.SECURITY_TYPE_OWE); in verifySecurityParamsSelectionForOpenOweConfigAndOweScan()2386 SECURITY_NONE | SECURITY_OWE, -1); in verifySecurityParamsSelectionForOpenOweConfigAndOweScanNegative()
754 && wifiEntry.getSecurity() != WifiEntry.SECURITY_OWE) in onWifiEntriesChanged()
1706 when(mMockWifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_OWE); in refreshEapSimSubscription_nonEapSecurity_invisibleEapSimSubscriptionPref()