Home
last modified time | relevance | path

Searched refs:MLO_LINK_AP_MAC_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java72 private static final String MLO_LINK_AP_MAC_ADDRESS = "bc:9a:78:56:34:12"; field in WifiInfoTest
85 link.setApMacAddress(MacAddress.fromString(MLO_LINK_AP_MAC_ADDRESS)); in addMloInfo()
105 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloNoRedaction()
125 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloLocalMacRedaction()
846 link1.setApMacAddress(MacAddress.fromString(MLO_LINK_AP_MAC_ADDRESS)); in testMloLink()
861 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link1.getApMacAddress().toString()); in testMloLink()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java187 private static final String MLO_LINK_AP_MAC_ADDRESS = "bc:9a:78:56:34:12"; field in WifiMetricsTest
4713 link.setApMacAddress(MacAddress.fromString(MLO_LINK_AP_MAC_ADDRESS)); in testClientNotification()