Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java931 assertFalse(capability.areFeaturesSupported(SOFTAP_FEATURE_IEEE80211_BE)); in testSoftApCapabilityInitWithWifiConfiguration()
1195 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1197 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1199 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1201 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1206 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1208 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1210 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1212 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
1217 when(mockSoftApCapability.areFeaturesSupported( in testCheckSupportAllConfiguration()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java896 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_ACS_OFFLOAD)) { in updateApChannelConfig()
1078 if (capability.areFeaturesSupported(SOFTAP_FEATURE_IEEE80211_BE)) { in updateCapabilityFromConfigStore()
1327 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_CLIENT_FORCE_DISCONNECT)
1333 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_WPA3_SAE)) {
1340 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_MAC_ADDRESS_CUSTOMIZATION)) {
1358 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_BAND_24G_SUPPORTED)) {
1364 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_BAND_5G_SUPPORTED)) {
1370 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_BAND_6G_SUPPORTED)) {
1376 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_BAND_60G_SUPPORTED)) {
1382 if (!capability.areFeaturesSupported(SOFTAP_FEATURE_WPA3_OWE_TRANSITION)) {
[all …]
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiTetherSecurityPreferenceControllerTest.java122 when(softApCapability.areFeaturesSupported( in onStart_securityTypeSetToWPA3SAE_setsValueForSupportedDevicesToWPA3SAE()
139 when(softApCapability.areFeaturesSupported( in onStart_securityTypeSetToWPA3SAE_setsValueForUnSupportedDevicesToWPA2PSK()
198 when(softApCapability.areFeaturesSupported( in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA3SAE()
221 when(softApCapability.areFeaturesSupported( in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA2PSK()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSecurityPreferenceController.java123 softApCapability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE); in onCapabilityChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherSecurityPreferenceController.java136 softApCapability.areFeaturesSupported(SoftApCapability.SOFTAP_FEATURE_WPA3_SAE); in onCapabilityChanged()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java232 public boolean areFeaturesSupported(@HotspotFeatures long features) { in areFeaturesSupported() method in SoftApCapability
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java486 if (mCurrentSoftApCapability.areFeaturesSupported( in SoftApManager()
797 && mCurrentSoftApCapability.areFeaturesSupported( in updateCountryCode()
962 if (!mCurrentSoftApCapability.areFeaturesSupported( in checkSoftApClient()
1608 if (!mCurrentSoftApCapability.areFeaturesSupported( in updateClientConnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2473 if (!softApConfig.getCapability().areFeaturesSupported( in startSoftApAndVerifyEnabled()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt399 method public boolean areFeaturesSupported(long);