Home
last modified time | relevance | path

Searched refs:getMacAddress (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/tests/wmediumd_control/src/com/android/cuttlefish/tests/
DWmediumdControlE2eTest.java75 .map(station -> station.getMacAddress()) in getStationMacAddress()
85 .map(station -> station.getMacAddress()) in getApMacAddress()
95 .filter(station -> station.getMacAddress().equals(macAddress)) in getStationInfo()
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp523 mLastMsg = Message::request(mInterface.getMacAddress(), in sendDhcpRequest()
531 mLastMsg = Message::discover(mInterface.getMacAddress()); in sendDhcpDiscover()
Dinterface.h36 const uint8_t (&getMacAddress() const)[ETH_ALEN] { return mMacAddress; } in getMacAddress() function