Searched refs:getApMacAddress (Results 1 – 7 of 7) sorted by relevance
104 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()
458 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()
204 public @Nullable MacAddress getApMacAddress() { in getApMacAddress() method in MloLink
2745 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()
4188 public MacAddress getApMacAddress() {
3236 assertEquals(nativeInfo.links[0].getApMacAddress(), in testGetConnectionMloLinksInfo()3246 assertEquals(nativeInfo.links[1].getApMacAddress(), in testGetConnectionMloLinksInfo()3254 assertEquals(nativeInfo.links[2].getApMacAddress(), in testGetConnectionMloLinksInfo()
24 method @Nullable public android.net.MacAddress getApMacAddress();