Home
last modified time | relevance | path

Searched refs:getApMacAddress (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java104 assertNotNull(link.getApMacAddress()); in assertMloNoRedaction()
105 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloNoRedaction()
124 assertNotNull(link.getApMacAddress()); in assertMloLocalMacRedaction()
125 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloLocalMacRedaction()
135 assertNull(link.getApMacAddress()); in assertMloSensitiveLocationRedaction()
860 assertNotNull(link1.getApMacAddress()); 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/util/
DInformationElementUtilTest.java458 multiLink.getAffiliatedLinks().get(0).getApMacAddress()); in parseInformationElementWithTwoLevelFragmentation()
462 multiLink.getAffiliatedLinks().get(1).getApMacAddress()); in parseInformationElementWithTwoLevelFragmentation()
2475 multiLink.getAffiliatedLinks().get(0).getApMacAddress()); in parseMultiLinkIeWithFragmentedLinkInfo()
2479 multiLink.getAffiliatedLinks().get(1).getApMacAddress()); in parseMultiLinkIeWithFragmentedLinkInfo()
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java204 public @Nullable MacAddress getApMacAddress() { in getApMacAddress() method in MloLink
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2745 if (link == null || link.getApMacAddress() == null) return; in updateMloLinkFromScanResult()
2750 link.getApMacAddress().toString()); in updateMloLinkFromScanResult()
3356 if (link.getApMacAddress() != null && !Objects.equals(mWifiInfo.getBSSID(), in updateBlockListAffiliatedBssids()
3357 link.getApMacAddress().toString())) { in updateBlockListAffiliatedBssids()
3358 affiliatedBssids.add(link.getApMacAddress().toString()); in updateBlockListAffiliatedBssids()
3408 link.setApMacAddress(info.links[i].getApMacAddress()); in updateMloLinkAddrAndStates()
5383 if (bssid.equals(link.getApMacAddress())) { in isAffiliatedLinkBssid()
DWifiNative.java4188 public MacAddress getApMacAddress() {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java3236 assertEquals(nativeInfo.links[0].getApMacAddress(), in testGetConnectionMloLinksInfo()
3246 assertEquals(nativeInfo.links[1].getApMacAddress(), in testGetConnectionMloLinksInfo()
3254 assertEquals(nativeInfo.links[2].getApMacAddress(), in testGetConnectionMloLinksInfo()
/packages/modules/Wifi/framework/api/
Dcurrent.txt24 method @Nullable public android.net.MacAddress getApMacAddress();