Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java177 public static Long macAddressToLong(byte[] macArray) { in macAddressToLong() method in NativeUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2576 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone()
2587 new IconEvent(NativeUtil.macAddressToLong(bssid), fileName, data.size(), in onHs20IconQueryDone()
2598 new WnmData(NativeUtil.macAddressToLong(bssid), url, osuMethod)); in onHs20SubscriptionRemediation()
2609 new WnmData(NativeUtil.macAddressToLong(bssid), url, in onHs20DeauthImminentNotice()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java2569 add(NativeUtil.macAddressToLong(mGroupOwnerMacAddressBytes)); in testSetClientList()
2570 add(NativeUtil.macAddressToLong(mPeerMacAddressBytes)); in testSetClientList()
2574 receivedClients.add(NativeUtil.macAddressToLong(client)); in testSetClientList()