Searched defs:getMacAddress (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java476 public String getMacAddress() { method in class:WifiInfo
481 * @return true if {@link #getMacAddress()} has a real MAC address.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1255 * Makes a callback to HIDL to getMacAddress from supplicant
1259 public String getMacAddress() { method in class:SupplicantStaIfaceHal
1261 final String methodStr = "getMacAddress";
1265 mISupplicantStaIface.getMacAddress((SupplicantStatus status,
H A DWifiNative.java323 * Makes a callback to HIDL to getMacAddress from supplicant
327 public String getMacAddress() { method in class:WifiNative
328 return mSupplicantStaIfaceHal.getMacAddress();
1557 String[] macAddrStr = getMacAddress().split(":");

Completed in 121 milliseconds