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/
DSupplicantStaIfaceCallbackImpl.java199 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone()
210 new IconEvent(NativeUtil.macAddressToLong(bssid), fileName, data.size(), in onHs20IconQueryDone()
221 new WnmData(NativeUtil.macAddressToLong(bssid), url, osuMethod)); in onHs20SubscriptionRemediation()
232 new WnmData(NativeUtil.macAddressToLong(bssid), url, in onHs20DeauthImminentNotice()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java176 public static Long macAddressToLong(byte[] macArray) { in macAddressToLong() method in NativeUtil
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java2589 add(NativeUtil.macAddressToLong(mGroupOwnerMacAddressBytes)); in testSetClientList()
2590 add(NativeUtil.macAddressToLong(mPeerMacAddressBytes)); in testSetClientList()
2594 receivedClients.add(NativeUtil.macAddressToLong(client)); in testSetClientList()