Home
last modified time | relevance | path

Searched refs:getStaMacAddress (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java106 assertNotNull(link.getStaMacAddress()); in assertMloNoRedaction()
107 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloNoRedaction()
126 assertNull(link.getStaMacAddress()); in assertMloLocalMacRedaction()
136 assertNotNull(link.getStaMacAddress()); in assertMloSensitiveLocationRedaction()
137 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloSensitiveLocationRedaction()
862 assertNotNull(link1.getStaMacAddress()); in testMloLink()
863 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link1.getStaMacAddress().toString()); in testMloLink()
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java217 public @Nullable MacAddress getStaMacAddress() { in getStaMacAddress() method in MloLink
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java3233 assertEquals(nativeInfo.links[0].getStaMacAddress(), in testGetConnectionMloLinksInfo()
3241 assertEquals(nativeInfo.links[1].getStaMacAddress(), in testGetConnectionMloLinksInfo()
3251 assertEquals(nativeInfo.links[2].getStaMacAddress(), in testGetConnectionMloLinksInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java4179 public MacAddress getStaMacAddress() {
DClientModeImpl.java3407 link.setStaMacAddress(info.links[i].getStaMacAddress()); in updateMloLinkAddrAndStates()
3420 info.links[i].getStaMacAddress()); in updateMloLinkAddrAndStates()
/packages/modules/Wifi/framework/api/
Dcurrent.txt30 method @Nullable public android.net.MacAddress getStaMacAddress();