HomeSort by relevance Sort by last modified time
    Searched defs:macAddressToByteArray (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
NativeUtil.java 115 public static byte[] macAddressToByteArray(String macStr) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
SupplicantP2pIfaceHal.java 651 peerAddress = NativeUtil.macAddressToByteArray(config.deviceAddress);
751 macAddress = NativeUtil.macAddressToByteArray(config.deviceAddress);
805 ownerMacAddress = NativeUtil.macAddressToByteArray(group.getOwner().deviceAddress);
818 peerMacAddress = NativeUtil.macAddressToByteArray(peerAddress);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java     [all...]

Completed in 308 milliseconds