Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java315 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftAp()
343 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeOldSoftApXMLWhichShutdownTimeoutIsInt()
557 assertEquals(softApConfig.getAllowedClientList(), TEST_ALLOWEDLIST); in deserializeSoftApWithNoBssidTag()
DWifiApConfigStoreTest.java738 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
753 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
762 assertEquals(resetedConfig.getAllowedClientList(), allowedClientList); in testResetToDefaultForUnsupportedConfig()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApBackupRestore.java93 writeMacAddressList(out, config.getAllowedClientList()); in retrieveBackupDataFromSoftApConfiguration()
DSoftApManager.java202 mAllowedClientList = new HashSet<>(softApConfig.getAllowedClientList()); in SoftApManager()
626 mAllowedClientList = new HashSet<>(newConfig.getAllowedClientList()); in processMessage()
982 mAllowedClientList = new HashSet<>(newConfig.getAllowedClientList()); in processMessage()
DSoftApStoreData.java141 softApConfig.getAllowedClientList()); in serializeData()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfToXmlMigrationUtil.java223 for (MacAddress mac: softApConf.getAllowedClientList()) { in convertConfToXml()
DSoftApConfiguration.java507 public List<MacAddress> getAllowedClientList() { in getAllowedClientList() method in SoftApConfiguration
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfigurationTest.java145 assertThat(original.getAllowedClientList()).isEqualTo(testAllowedClientList); in testWpa2WithAllFieldCustomized()
/frameworks/base/wifi/api/
Dsystem-current.txt252 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();
/frameworks/base/api/
Dsystem-current.txt7049 method @NonNull public java.util.List<android.net.MacAddress> getAllowedClientList();