Home
last modified time | relevance | path

Searched refs:setBlockedClientList (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApBackupRestoreTest.java260 configBuilder.setBlockedClientList(mTestBlockedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()
288 configBuilder.setBlockedClientList(mTestBlockedList); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
321 configBuilder.setBlockedClientList(mTestBlockedList); in testSoftApConfigRestoreFromVersion5()
382 configBuilder.setBlockedClientList(mTestBlockedList); in testSoftApConfigRestoreFromVersion6()
408 configBuilder.setBlockedClientList(mTestBlockedList); in testSoftApConfigRestoreFromVersion7()
H A DSoftApStoreDataTest.java349 softApConfigBuilder.setBlockedClientList(TEST_BLOCKEDLIST); in serializeSoftAp()
H A DSoftApManagerTest.java1190 configBuilder.setBlockedClientList(blockedClientList); in testClientConnectFailureWhenClientInBlcokedListAndClientAuthorizationDisabled()
1245 configBuilder.setBlockedClientList(blockedClientList); in testClientDisconnectWhenClientInBlcokedLisUpdatedtAndClientAuthorizationDisabled()
1381 configBuilder.setBlockedClientList(blockedClientList); in testClientConnectedAfterUpdateToBlockListwhenClientAuthorizationEnabled()
1447 configBuilder.setBlockedClientList(blockedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
H A DWifiApConfigStoreTest.java968 configBuilder.setBlockedClientList(blockedClientList); in testResetToDefaultForUnsupportedConfig()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java149 .setBlockedClientList(testBlockedClientList) in testWpa2WithAllFieldCustomized()
317 configBuilder.setBlockedClientList(testBlockedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApBackupRestore.java181 configBuilder.setBlockedClientList(blockedList); in retrieveSoftApConfigurationFromBackupData()
H A DSoftApStoreData.java309 softApConfigBuilder.setBlockedClientList(blockedList); in deserializeData()
H A DWifiApConfigStore.java218 configBuilder.setBlockedClientList(new ArrayList<>()); in resetToDefaultForUnsupportedConfig()
H A DSoftApManager.java287 .setBlockedClientList(newConfig.getBlockedClientList()) in updateChangeableConfiguration()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java719 .setBlockedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
788 testConfigBuilder.setBlockedClientList(new ArrayList<>() {{ in testCheckSupportAllConfiguration()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java1407 public Builder setBlockedClientList(@NonNull List<MacAddress> blockedClientList) { in setBlockedClientList() method in SoftApConfiguration.Builder
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt305 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setBlockedClientList(@NonNull …