Home
last modified time | relevance | path

Searched refs:macAddressToByteArray (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImplTest.java1038 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testAnqpDoneCallback()
1063 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testAnqpDoneCallback_1_4()
1086 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testIconDoneCallback()
1111 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testHs20SubscriptionRemediationCallback()
1160 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeCallbackWithNoConfiguredNetwork()
1182 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToAssociatedCallback()
1204 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToCompletedCallback()
1226 NativeUtil.macAddressToByteArray(BSSID), in testDisconnectedCallback()
1231 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testDisconnectedCallback()
1237 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testDisconnectedCallback()
[all …]
DSupplicantStaIfaceHalAidlImplTest.java875 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testAnqpDoneCallback()
895 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testIconDoneCallback()
919 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testHs20SubscriptionRemediationCallback()
968 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeCallbackWithNoConfiguredNetwork()
990 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToAssociatedCallback()
1012 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToCompletedCallback()
1043 stateChangeData.bssid = NativeUtil.macAddressToByteArray(BSSID); in testStateChangeToCompleted()
1069 NativeUtil.macAddressToByteArray(BSSID), in testDisconnectedCallback()
1074 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testDisconnectedCallback()
1080 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testDisconnectedCallback()
[all …]
DWifiConfigurationTestUtil.java846 assertArrayEquals(NativeUtil.macAddressToByteArray(expected.getNetworkSelectionStatus() in assertConfigurationEqualForSupplicant()
848 NativeUtil.macAddressToByteArray(actual.getNetworkSelectionStatus() in assertConfigurationEqualForSupplicant()
DWifiVendorHalTest.java665 byte[] srcMac = NativeUtil.macAddressToByteArray("4007b2088c81"); in testStartSendingOffloadedPacket()
666 byte[] dstMac = NativeUtil.macAddressToByteArray("4007b8675309"); in testStartSendingOffloadedPacket()
DClientModeImplTest.java4940 assocRejectData.bssid = NativeUtil.macAddressToByteArray(TEST_BSSID_STR); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()
4965 assocRejectData.bssid = NativeUtil.macAddressToByteArray(TEST_BSSID_STR); in testMboAssocDisallowedIndInAssocRejectUpdatesRecentAssociationFailureStatus()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java845 peerAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in connect()
950 macAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in provisionDiscovery()
1006 ownerMacAddress = NativeUtil.macAddressToByteArray(group.getOwner().deviceAddress); in invite()
1014 peerMacAddress = NativeUtil.macAddressToByteArray(peerAddress); in invite()
1056 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reject()
1119 macAddress = NativeUtil.macAddressToByteArray(address); in getSsid()
1163 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reinvoke()
1233 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in groupAdd()
1312 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in getGroupCapability()
1665 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in requestServiceDiscovery()
[all …]
DSupplicantP2pIfaceHalHidlImpl.java992 peerAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in connect()
1088 macAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in provisionDiscovery()
1142 ownerMacAddress = NativeUtil.macAddressToByteArray(group.getOwner().deviceAddress); in invite()
1155 peerMacAddress = NativeUtil.macAddressToByteArray(peerAddress); in invite()
1196 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reject()
1263 macAddress = NativeUtil.macAddressToByteArray(address); in getSsid()
1314 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reinvoke()
1382 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in groupAdd()
1449 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in getGroupCapability()
1769 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in requestServiceDiscovery()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java50 NativeUtil.macAddressToByteArray("61:52:43:34:25:16")); in testMacAddressToByteArray()
59 NativeUtil.macAddressToByteArray("")); in testEmptyMacAddressToByteArray()
61 NativeUtil.macAddressToByteArray(null)); in testEmptyMacAddressToByteArray()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImpl.java1519 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsDiscover()
1556 return initiateTdlsSetup(ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsSetup()
1594 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsTeardown()
1645 NativeUtil.macAddressToByteArray(bssid), in initiateAnqpQuery()
1685 ifaceName, NativeUtil.macAddressToByteArray(bssid)); in initiateVenueUrlAnqpQuery()
1724 ifaceName, NativeUtil.macAddressToByteArray(bssid), fileName); in initiateHs20IconQuery()
2125 ifaceName, NativeUtil.macAddressToByteArray(bssidStr), pin); in startWpsRegistrar()
2162 return startWpsPbc(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPbc()
2228 return startWpsPinDisplay(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPinDisplay()
3396 NativeUtil.macAddressToByteArray(macAddress), deviceInfo, in generateDppBootstrapInfoForResponder()
DSupplicantStaIfaceHalHidlImpl.java1878 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsDiscover()
1911 return initiateTdlsSetup(ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsSetup()
1944 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsTeardown()
1984 NativeUtil.macAddressToByteArray(bssid), infoElements, hs20SubTypes); in initiateAnqpQuery()
2021 ifaceName, NativeUtil.macAddressToByteArray(bssid)); in initiateVenueUrlAnqpQuery()
2071 ifaceName, NativeUtil.macAddressToByteArray(bssid), fileName); in initiateHs20IconQuery()
2462 ifaceName, NativeUtil.macAddressToByteArray(bssidStr), pin); in startWpsRegistrar()
2496 return startWpsPbc(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPbc()
2553 return startWpsPinDisplay(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPinDisplay()
3663 NativeUtil.macAddressToByteArray(macAddress), deviceInfo, in generateDppBootstrapInfoForResponder()
DSupplicantStaNetworkHalAidlImpl.java334 byte[] bssid = NativeUtil.macAddressToByteArray(bssidStr); in saveWifiConfiguration()
1361 return setBssid(NativeUtil.macAddressToByteArray(bssidStr)); in setBssid()
DWifiNative.java2266 NativeUtil.macAddressToByteArray(senderMacStr));
4702 byte[] srcMac = NativeUtil.macAddressToByteArray(getMacAddress(ifaceName));
DSupplicantStaNetworkHalHidlImpl.java292 byte[] bssid = NativeUtil.macAddressToByteArray(bssidStr); in saveWifiConfiguration()
1481 return setBssid(NativeUtil.macAddressToByteArray(bssidStr)); in setBssid()
DClientModeImpl.java1706 return NativeUtil.macAddressToByteArray(dstMacStr); in getDstMacForKeepalive()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImplTest.java2383 NativeUtil.macAddressToByteArray("56:34:ab:12:12:34"), in testLoadGroups()
2387 NativeUtil.macAddressToByteArray("16:ed:ab:12:45:34"), in testLoadGroups()
2391 NativeUtil.macAddressToByteArray("32:89:23:56:45:34"), in testLoadGroups()
2395 NativeUtil.macAddressToByteArray("aa:bb:cc:56:45:34"), in testLoadGroups()
2518 client1.data = NativeUtil.macAddressToByteArray(mGroupOwnerMacAddress); in testGetClientList()
2519 client2.data = NativeUtil.macAddressToByteArray(mPeerMacAddress); in testGetClientList()
2549 client1.data = NativeUtil.macAddressToByteArray(mGroupOwnerMacAddress); in testGetClientListFailureDueToGetNetwork()
2550 client2.data = NativeUtil.macAddressToByteArray(mPeerMacAddress); in testGetClientListFailureDueToGetNetwork()
DSupplicantP2pIfaceHalHidlImplTest.java2526 NativeUtil.macAddressToByteArray("56:34:ab:12:12:34"), in testLoadGroups()
2530 NativeUtil.macAddressToByteArray("16:ed:ab:12:45:34"), in testLoadGroups()
2534 NativeUtil.macAddressToByteArray("32:89:23:56:45:34"), in testLoadGroups()
2538 NativeUtil.macAddressToByteArray("aa:bb:cc:56:45:34"), in testLoadGroups()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java126 public static byte[] macAddressToByteArray(String macStr) { in macAddressToByteArray() method in NativeUtil