Searched refs:MLO_LINK_STA_MAC_ADDRESS (Results 1 – 2 of 2) sorted by relevance
71 private static final String MLO_LINK_STA_MAC_ADDRESS = "12:34:56:78:9a:bc"; field in WifiInfoTest84 link.setStaMacAddress(MacAddress.fromString(MLO_LINK_STA_MAC_ADDRESS)); in addMloInfo()107 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloNoRedaction()137 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloSensitiveLocationRedaction()845 link1.setStaMacAddress(MacAddress.fromString(MLO_LINK_STA_MAC_ADDRESS)); in testMloLink()863 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link1.getStaMacAddress().toString()); in testMloLink()
186 private static final String MLO_LINK_STA_MAC_ADDRESS = "12:34:56:78:9a:bc"; field in WifiMetricsTest4712 link.setStaMacAddress(MacAddress.fromString(MLO_LINK_STA_MAC_ADDRESS)); in testClientNotification()