Searched refs:WIFI_FEATURE_DPP_AKM (Results 1 – 5 of 5) sorted by relevance
1501 long supportedFeatures = SUPPORTED_FEATURES_ALL & ~WifiManager.WIFI_FEATURE_DPP_AKM; in testValidateSecurityTypeDppAkm()1510 supportedFeatures = WifiManager.WIFI_FEATURE_DPP_AKM; in testValidateSecurityTypeDppAkm()
780 && (supportedFeatureSet & WifiManager.WIFI_FEATURE_DPP_AKM) == 0) { in validate()
3983 featureSet |= WifiManager.WIFI_FEATURE_DPP_AKM;
51 import static android.net.wifi.WifiManager.WIFI_FEATURE_DPP_AKM;2603 .thenReturn(new Long(WIFI_FEATURE_DPP_AKM)); in testIsEasyConnectDppAkmSupported()2606 .thenReturn(new Long(~WIFI_FEATURE_DPP_AKM)); in testIsEasyConnectDppAkmSupported()
2878 && !isFeatureSupported(WIFI_FEATURE_DPP_AKM)) { in addNetworkPrivileged()3984 public static final long WIFI_FEATURE_DPP_AKM = 1L << 54; field in WifiManager8991 return isFeatureSupported(WIFI_FEATURE_DPP_AKM); in isEasyConnectDppAkmSupported()