Home
last modified time | relevance | path

Searched defs:macAddress (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/rtt/
DResponderConfig.java134 public final MacAddress macAddress; field in ResponderConfig
201 public ResponderConfig(@NonNull MacAddress macAddress, @ResponderType int responderType, in ResponderConfig()
278 public ResponderConfig(@NonNull MacAddress macAddress, @NonNull PeerHandle peerHandle, in ResponderConfig()
298 MacAddress macAddress = MacAddress.fromString(scanResult.BSSID); in fromScanResult() local
341 public static ResponderConfig fromWifiAwarePeerMacAddressWithDefaults(MacAddress macAddress) { in fromWifiAwarePeerMacAddressWithDefaults()
DResponderLocation.java744 MacAddress macAddress = MacAddress.fromBytes(bssid); in parseSubelementBssidList() local
/frameworks/base/wifi/java/android/net/wifi/aware/
DIWifiAwareMacAddressProvider.aidl26 void macAddress(in Map peerIdToMacMap); in macAddress() method
/frameworks/base/core/java/android/view/
DDisplayAddress.java50 public static Network fromMacAddress(String macAddress) { in fromMacAddress()
162 private Network(String macAddress) { in Network()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DMacAddressUtilTest.java68 MacAddress macAddress = mMacAddressUtil.calculatePersistentMacForConfiguration( in testCalculatePersistentMacForConfiguration() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiClient.java48 public WifiClient(@NonNull MacAddress macAddress) { in WifiClient()
DWifiInfo.java465 public void setMacAddress(String macAddress) { in setMacAddress()
DRttManager.java1102 public String macAddress = ""; field in RttManager.ResponderConfig
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DAbstractWifiMacAddressPreferenceController.java85 String macAddress = null; in updateConnectivity() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DMacAddressUtil.java87 MacAddress macAddress = MacAddress.fromBytes(Arrays.copyOfRange(bf.array(), 2, 8)); in calculatePersistentMacForConfiguration() local
DSupplicantStaIfaceHal.java1640 public boolean initiateTdlsDiscover(@NonNull String ifaceName, String macAddress) { in initiateTdlsDiscover()
1652 private boolean initiateTdlsDiscover(@NonNull String ifaceName, byte[/* 6 */] macAddress) { in initiateTdlsDiscover()
1674 public boolean initiateTdlsSetup(@NonNull String ifaceName, String macAddress) { in initiateTdlsSetup()
1685 private boolean initiateTdlsSetup(@NonNull String ifaceName, byte[/* 6 */] macAddress) { in initiateTdlsSetup()
1706 public boolean initiateTdlsTeardown(@NonNull String ifaceName, String macAddress) { in initiateTdlsTeardown()
1719 private boolean initiateTdlsTeardown(@NonNull String ifaceName, byte[/* 6 */] macAddress) { in initiateTdlsTeardown()
1759 private boolean initiateAnqpQuery(@NonNull String ifaceName, byte[/* 6 */] macAddress, in initiateAnqpQuery()
1797 private boolean initiateHs20IconQuery(@NonNull String ifaceName, in initiateHs20IconQuery()
DSoftApManager.java516 MacAddress macAddress = MacAddress.fromBytes(nativeClients.get(i).macAddress); in createWifiClients() local
DWifiConfigManager.java1959 public boolean setNetworkDefaultGwMacAddress(int networkId, String macAddress) { in setNetworkDefaultGwMacAddress()
1975 public boolean setNetworkRandomizedMacAddress(int networkId, MacAddress macAddress) { in setNetworkRandomizedMacAddress()
DClientModeImpl.java3295 String macAddress = null; in macAddressFromRoute() local
6443 MacAddress macAddress = mWifiNative.getFactoryMacAddress(mInterfaceName); in getFactoryMacAddress() local
DWifiServiceImpl.java2552 String macAddress = null; in doInBackground() local
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheredClient.java46 public TetheredClient(@NonNull MacAddress macAddress, in TetheredClient()
/frameworks/base/packages/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java490 private void sendDhcpDiscover(FileDescriptor fd, byte[] macAddress) throws Exception { in sendDhcpDiscover()
498 private void sendDhcpRequest(FileDescriptor fd, DhcpPacket offerPacket, byte[] macAddress) in sendDhcpRequest()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DDevDetailMo.java151 String macAddress = info.getMacAddress(IFNAME); in serializeToXml() local
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java478 final MacAddress macAddress; in onLeasesChanged() local