Searched refs:MLO_LINK_AP_MAC_ADDRESS (Results 1 – 2 of 2) sorted by relevance
72 private static final String MLO_LINK_AP_MAC_ADDRESS = "bc:9a:78:56:34:12"; field in WifiInfoTest85 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()
187 private static final String MLO_LINK_AP_MAC_ADDRESS = "bc:9a:78:56:34:12"; field in WifiMetricsTest4713 link.setApMacAddress(MacAddress.fromString(MLO_LINK_AP_MAC_ADDRESS)); in testClientNotification()