Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java285 configBuilder.setAllowedClientList(mTestAllowedList); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()
386 configBuilder.setAllowedClientList(mTestAllowedList); in generateExpectedSoftApConfigurationWithTestData()
DSoftApStoreDataTest.java432 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftAp()
487 softApConfigBuilder.setAllowedClientList(TEST_ALLOWEDLIST); in serializeSoftApNonUtf8()
DWifiApConfigStoreTest.java1191 configBuilder.setAllowedClientList(allowedClientList); in testResetToDefaultForUnsupportedConfig()
DSoftApManagerTest.java1913 configBuilder.setAllowedClientList(allowedClientList); in testClientConnectedAfterUpdateToAllowListwhenClientAuthorizationEnabled()
1995 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
2029 configBuilder.setAllowedClientList(allowedClientList); in testConfigChangeToSmallAndClientAddBlockListCauseClientDisconnect()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java231 configBuilder.setAllowedClientList(allowedList); in retrieveSoftApConfigurationFromBackupData()
DSoftApManager.java433 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java224 .setAllowedClientList(testAllowedClientList) in testWpa2WithAllFieldCustomized()
569 .setAllowedClientList(testAllowedClientList) in testSetClientListExceptionWhenExistMacAddressInBothList()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java2187 public Builder setAllowedClientList(@NonNull List<MacAddress> allowedClientList) { in setAllowedClientList() method in SoftApConfiguration.Builder
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java1081 .setAllowedClientList(new ArrayList<>()) in testCheckConfigurationChangeNeedToRestart()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2438 softApConfigBuilder.setAllowedClientList(allowedList); in parseFromXml()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt517 …method @NonNull public android.net.wifi.SoftApConfiguration.Builder setAllowedClientList(@NonNull …