Home
last modified time | relevance | path

Searched refs:setAllowedClientList (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApBackupRestoreTest.java261 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()
289 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
322 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigRestoreFromVersion5()
383 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigRestoreFromVersion6()
409 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigRestoreFromVersion7()
H A DSoftApStoreDataTest.java348 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftAp()
H A DSoftApManagerTest.java1327 configBuilder.setAllowedClientList(allowedClientList); in testClientConnectedAfterUpdateToAllowListwhenClientAuthorizationEnabled()
1412 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
1448 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
H A DWifiApConfigStoreTest.java969 configBuilder.setAllowedClientList(allowedClientList); in testResetToDefaultForUnsupportedConfig()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java150 .setAllowedClientList(testAllowedClientList); in testWpa2WithAllFieldCustomized()
318 .setAllowedClientList(testAllowedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApBackupRestore.java182 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
H A DSoftApStoreData.java310 softApConfigBuilder.setAllowedClientList(allowedList); in deserializeData()
H A DSoftApManager.java286 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java1383 public Builder setAllowedClientList(@NonNull List<MacAddress> allowedClientList) { in setAllowedClientList() method in SoftApConfiguration.Builder
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java720 .setAllowedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt301 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedClientList(@NonNull …