Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java773 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
794 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
800 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
812 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
834 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/
H A DWifiTetherSecurityPreferenceController.java110 softApCapability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE); in onCapabilityChanged()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java342 if (mCurrentSoftApCapability.areFeaturesSupported( in SoftApManager()
582 && mCurrentSoftApCapability.areFeaturesSupported( in updateCountryCode()
638 boolean acsEnabled = mCurrentSoftApCapability.areFeaturesSupported( in startSoftAp()
716 if (!mCurrentSoftApCapability.areFeaturesSupported( in checkSoftApClient()
1054 if (!mCurrentSoftApCapability.areFeaturesSupported( in updateClientConnection()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java850 if (!capability.areFeaturesSupported( in checkSupportAllConfiguration()
858 if (!capability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE) in checkSupportAllConfiguration()
876 if (!capability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_ACS_OFFLOAD) in checkSupportAllConfiguration()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApCapability.java185 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported() method in SoftApCapability
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java1923 if (!softApConfig.getCapability().areFeaturesSupported( in startSoftApAndVerifyEnabled()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt256 method public boolean areFeaturesSupported(long);