Searched refs:getAllowedClientList (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SoftApStoreDataTest.java | 401 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftAp() 437 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt() 652 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithNoBssidTag() 681 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInR() 717 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
|
H A D | SoftApBackupRestoreTest.java | 361 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion5BackupDataFromSoftApConfiguration() 439 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion6BackupDataFromSoftApConfiguration() 465 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion7BackupDataFromSoftApConfiguration()
|
H A D | WifiApConfigStoreTest.java | 977 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig() 992 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig() 1001 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtil.java | 223 for (MacAddress mac: softApConf.getAllowedClientList()) { in convertConfToXml()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SoftApBackupRestore.java | 99 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
|
H A D | SoftApStoreData.java | 153 softApConfig.getAllowedClientList()); in serializeData()
|
H A D | SoftApManager.java | 271 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration() 286 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | SoftApConfiguration.java | 692 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | SoftApConfigurationTest.java | 170 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
|
/aosp12/packages/modules/Wifi/framework/api/ |
H A D | system-current.txt | 274 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();
|