Home
last modified time | relevance | path

Searched refs:randomizedMacAddress (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java775 MacAddress randomizedMacAddress = mMacAddressUtil.calculatePersistentMacForSap( in updatePersistentRandomizedMacAddress() local
777 if (randomizedMacAddress != null) { in updatePersistentRandomizedMacAddress()
779 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()
786 randomizedMacAddress = MacAddressUtils.createRandomUnicastAddress(); in updatePersistentRandomizedMacAddress()
788 .setRandomizedMacAddress(randomizedMacAddress).build(); in updatePersistentRandomizedMacAddress()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1329 MacAddress randomizedMacAddress = MacAddress.fromString("01:23:45:67:89:ab"); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization() local
1331 .thenReturn(randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization()
1340 assertEquals(config.getRandomizedMacAddress(), randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithoutNonPersistentMacRandomization() local
1353 MacAddress randomizedMacAddress = MacAddress.fromString("01:23:45:67:89:ab"); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization() local
1355 .thenReturn(randomizedMacAddress); in getWifiConfigsForPasspointProfilesWithNonPersistentMacRandomization()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java6007 MacAddress randomizedMacAddress = configuration.getRandomizedMacAddress(); in assertRandomizedMacAddressMaskedInWifiConfiguration() local
6008 if (randomizedMacAddress != null) { in assertRandomizedMacAddressMaskedInWifiConfiguration()
6009 assertEquals(defaultMac, randomizedMacAddress); in assertRandomizedMacAddressMaskedInWifiConfiguration()