Searched refs:macAddressToLong (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceCallbackHidlImpl.java | 231 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone() 250 new IconEvent(NativeUtil.macAddressToLong(bssid), fileName, data.size(), in onHs20IconQueryDone() 261 WnmData.createRemediationEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20SubscriptionRemediation() 273 WnmData.createDeauthImminentEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20DeauthImminentNotice()
|
D | SupplicantStaIfaceCallbackAidlImpl.java | 283 mIfaceName, new AnqpEvent(NativeUtil.macAddressToLong(bssid), elementsMap)); in onAnqpQueryDone() 293 new IconEvent(NativeUtil.macAddressToLong(bssid), fileName, data.length, data)); in onHs20IconQueryDone() 303 WnmData.createRemediationEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20SubscriptionRemediation() 315 WnmData.createDeauthImminentEvent(NativeUtil.macAddressToLong(bssid), url, in onHs20DeauthImminentNotice() 1235 NativeUtil.macAddressToLong(bssid), url)); in onHs20TermsAndConditionsAcceptanceRequestedNotification()
|
D | SupplicantStaIfaceCallbackHidlV1_4Impl.java | 271 NativeUtil.macAddressToLong(bssid), url)); in onHs20TermsAndConditionsAcceptanceRequestedNotification()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | NativeUtil.java | 198 public static Long macAddressToLong(byte[] macArray) { in macAddressToLong() method in NativeUtil
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalAidlImplTest.java | 2482 NativeUtil.macAddressToLong(mGroupOwnerMacAddressBytes), in testSetClientList() 2483 NativeUtil.macAddressToLong(mPeerMacAddressBytes)); in testSetClientList() 2486 receivedClients.add(NativeUtil.macAddressToLong(client.data)); in testSetClientList()
|
D | SupplicantP2pIfaceHalHidlImplTest.java | 2636 NativeUtil.macAddressToLong(mGroupOwnerMacAddressBytes), in testSetClientList() 2637 NativeUtil.macAddressToLong(mPeerMacAddressBytes)); in testSetClientList() 2640 receivedClients.add(NativeUtil.macAddressToLong(client)); in testSetClientList()
|