Home
last modified time | relevance | path

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 DSoftApStoreDataTest.java401 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 DSoftApBackupRestoreTest.java361 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion5BackupDataFromSoftApConfiguration()
439 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion6BackupDataFromSoftApConfiguration()
465 writeMacAddressList(out, config.getAllowedClientList()); in retrieveVersion7BackupDataFromSoftApConfiguration()
H A DWifiApConfigStoreTest.java977 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 DSoftApConfToXmlMigrationUtil.java223 for (MacAddress mac: softApConf.getAllowedClientList()) { in convertConfToXml()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApBackupRestore.java99 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
H A DSoftApStoreData.java153 softApConfig.getAllowedClientList()); in serializeData()
H A DSoftApManager.java271 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration()
286 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java692 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java170 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt274 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();