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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java447 * @param macAddr MAC Address of the peer.
450 public void startTdls(String macAddr, boolean enable) { argument
452 mSupplicantStaIfaceHal.initiateTdlsDiscover(macAddr);
453 mSupplicantStaIfaceHal.initiateTdlsSetup(macAddr);
455 mSupplicantStaIfaceHal.initiateTdlsTeardown(macAddr);

Completed in 42 milliseconds