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/
DSupplicantStaIfaceHalAidlImplTest.java868 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testAnqpDoneCallback()
888 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testIconDoneCallback()
912 byte[] bssid = NativeUtil.macAddressToByteArray(BSSID); in testHs20SubscriptionRemediationCallback()
961 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeCallbackWithNoConfiguredNetwork()
983 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToAssociatedCallback()
1005 NativeUtil.macAddressToByteArray(BSSID), SUPPLICANT_NETWORK_ID, in testStateChangeToCompletedCallback()
1036 stateChangeData.bssid = NativeUtil.macAddressToByteArray(BSSID); in testStateChangeToCompleted()
1062 NativeUtil.macAddressToByteArray(BSSID), in testDisconnectedCallback()
1067 NativeUtil.macAddressToByteArray(BSSID), true, reasonCode); in testDisconnectedCallback()
1073 NativeUtil.macAddressToByteArray(BSSID), false, reasonCode); in testDisconnectedCallback()
[all …]
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 …]
DWifiConfigurationTestUtil.java830 assertArrayEquals(NativeUtil.macAddressToByteArray(expected.getNetworkSelectionStatus() in assertConfigurationEqualForSupplicant()
832 NativeUtil.macAddressToByteArray(actual.getNetworkSelectionStatus() in assertConfigurationEqualForSupplicant()
DWifiVendorHalTest.java661 byte[] srcMac = NativeUtil.macAddressToByteArray("4007b2088c81"); in testStartSendingOffloadedPacket()
662 byte[] dstMac = NativeUtil.macAddressToByteArray("4007b8675309"); in testStartSendingOffloadedPacket()
DClientModeImplTest.java4519 assocRejectData.bssid = NativeUtil.macAddressToByteArray(TEST_BSSID_STR); in testOceRssiBasedAssociationRejectionUpdatesRecentAssociationFailureStatus()
4544 assocRejectData.bssid = NativeUtil.macAddressToByteArray(TEST_BSSID_STR); in testMboAssocDisallowedIndInAssocRejectUpdatesRecentAssociationFailureStatus()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java732 peerAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in connect()
832 macAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in provisionDiscovery()
888 ownerMacAddress = NativeUtil.macAddressToByteArray(group.getOwner().deviceAddress); in invite()
896 peerMacAddress = NativeUtil.macAddressToByteArray(peerAddress); in invite()
938 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reject()
1001 macAddress = NativeUtil.macAddressToByteArray(address); in getSsid()
1045 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reinvoke()
1115 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in groupAdd()
1194 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in getGroupCapability()
1524 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in requestServiceDiscovery()
[all …]
DSupplicantP2pIfaceHalHidlImpl.java990 peerAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in connect()
1086 macAddress = NativeUtil.macAddressToByteArray(config.deviceAddress); in provisionDiscovery()
1140 ownerMacAddress = NativeUtil.macAddressToByteArray(group.getOwner().deviceAddress); in invite()
1153 peerMacAddress = NativeUtil.macAddressToByteArray(peerAddress); in invite()
1194 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reject()
1261 macAddress = NativeUtil.macAddressToByteArray(address); in getSsid()
1312 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in reinvoke()
1380 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in groupAdd()
1447 macAddress = NativeUtil.macAddressToByteArray(peerAddress); in getGroupCapability()
1775 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.java1498 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsDiscover()
1535 return initiateTdlsSetup(ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsSetup()
1573 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsTeardown()
1624 NativeUtil.macAddressToByteArray(bssid), in initiateAnqpQuery()
1664 ifaceName, NativeUtil.macAddressToByteArray(bssid)); in initiateVenueUrlAnqpQuery()
1703 ifaceName, NativeUtil.macAddressToByteArray(bssid), fileName); in initiateHs20IconQuery()
2104 ifaceName, NativeUtil.macAddressToByteArray(bssidStr), pin); in startWpsRegistrar()
2141 return startWpsPbc(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPbc()
2207 return startWpsPinDisplay(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPinDisplay()
3259 NativeUtil.macAddressToByteArray(macAddress), deviceInfo, in generateDppBootstrapInfoForResponder()
DSupplicantStaIfaceHalHidlImpl.java1869 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsDiscover()
1902 return initiateTdlsSetup(ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsSetup()
1935 ifaceName, NativeUtil.macAddressToByteArray(macAddress)); in initiateTdlsTeardown()
1975 NativeUtil.macAddressToByteArray(bssid), infoElements, hs20SubTypes); in initiateAnqpQuery()
2012 ifaceName, NativeUtil.macAddressToByteArray(bssid)); in initiateVenueUrlAnqpQuery()
2062 ifaceName, NativeUtil.macAddressToByteArray(bssid), fileName); in initiateHs20IconQuery()
2453 ifaceName, NativeUtil.macAddressToByteArray(bssidStr), pin); in startWpsRegistrar()
2487 return startWpsPbc(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPbc()
2544 return startWpsPinDisplay(ifaceName, NativeUtil.macAddressToByteArray(bssidStr)); in startWpsPinDisplay()
3654 NativeUtil.macAddressToByteArray(macAddress), deviceInfo, in generateDppBootstrapInfoForResponder()
DSupplicantStaNetworkHalAidlImpl.java323 byte[] bssid = NativeUtil.macAddressToByteArray(bssidStr); in saveWifiConfiguration()
1315 return setBssid(NativeUtil.macAddressToByteArray(bssidStr)); in setBssid()
DWifiNative.java1999 NativeUtil.macAddressToByteArray(senderMacStr));
4337 byte[] srcMac = NativeUtil.macAddressToByteArray(getMacAddress(ifaceName));
DSupplicantStaNetworkHalHidlImpl.java292 byte[] bssid = NativeUtil.macAddressToByteArray(bssidStr); in saveWifiConfiguration()
1481 return setBssid(NativeUtil.macAddressToByteArray(bssidStr)); in setBssid()
DClientModeImpl.java1632 return NativeUtil.macAddressToByteArray(dstMacStr); in getDstMacForKeepalive()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImplTest.java2269 NativeUtil.macAddressToByteArray("56:34:ab:12:12:34"), in testLoadGroups()
2273 NativeUtil.macAddressToByteArray("16:ed:ab:12:45:34"), in testLoadGroups()
2277 NativeUtil.macAddressToByteArray("32:89:23:56:45:34"), in testLoadGroups()
2281 NativeUtil.macAddressToByteArray("aa:bb:cc:56:45:34"), in testLoadGroups()
2404 client1.data = NativeUtil.macAddressToByteArray(mGroupOwnerMacAddress); in testGetClientList()
2405 client2.data = NativeUtil.macAddressToByteArray(mPeerMacAddress); in testGetClientList()
2435 client1.data = NativeUtil.macAddressToByteArray(mGroupOwnerMacAddress); in testGetClientListFailureDueToGetNetwork()
2436 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