Home
last modified time | relevance | path

Searched refs:getAllowedClientList (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java560 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftAp()
602 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt()
861 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithNoBssidTag()
890 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInR()
926 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithAllConfigInSExceptUserConfiguration()
DWifiApConfigStoreTest.java1199 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
1214 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
1223 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
DSoftApBackupRestoreTest.java438 writeMacAddressList(out, config.getAllowedClientList()); in retrieveSpecificVersionBackupDataFromSoftApConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java127 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
DSoftApManager.java410 mAllowedClientList = new HashSet<>(mCurrentSoftApConfiguration.getAllowedClientList()); in configureInternalConfiguration()
433 .setAllowedClientList(newConfig.getAllowedClientList()) in updateChangeableConfiguration()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java1009 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApConfigurationTest.java252 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java2175 softApConfig.getAllowedClientList()); in writeSoftApConfigurationToXml()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt487 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();