Searched refs:deviceAddress (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_hdi_hal_services_c_test.cpp | 422 char *deviceAddress = (char *)calloc(WPA_CMD_BUF_LEN, sizeof(char));
in HWTEST_F() local 427 rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, "p2p-dev-wlan0", deviceAddress, deviceAddressLen);
in HWTEST_F() 428 printf("deviceAddress: %s", deviceAddress);
in HWTEST_F() 433 free(deviceAddress);
in HWTEST_F()
|
H A D | p2p_hdi_direct_test.cpp | 332 char *deviceAddress = (char *)calloc(WPA_CMD_BUF_LEN, sizeof(char));
in HWTEST_F() local 334 int32_t rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, nullptr, deviceAddress, deviceAddressLen);
in HWTEST_F() 338 rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, IFNAME, deviceAddress, deviceAddressLen);
in HWTEST_F() 340 free(deviceAddress);
in HWTEST_F()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.h | 99 int32_t WpaInterfaceP2pGetDeviceAddress(struct IWpaInterface *self, const char *ifName, char *deviceAddress,
|
H A D | wpa_p2p_cmd.c | 852 int32_t WpaInterfaceP2pGetDeviceAddress(struct IWpaInterface *self, const char *ifName, char *deviceAddress,
in WpaInterfaceP2pGetDeviceAddress() argument 856 if (ifName == NULL || deviceAddress == NULL) {
in WpaInterfaceP2pGetDeviceAddress() 868 P2pSupplicantErrCode ret = pMainIfc->wpaP2pCliCmdGetDeviceAddress(pMainIfc, deviceAddress, deviceAddressLen);
in WpaInterfaceP2pGetDeviceAddress()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wpa_common_fuzzer.cpp | 740 char deviceAddress[32] = {0}; in FuzzWpaInterfaceP2pGetDeviceAddress() local 743 interface->P2pGetDeviceAddress(interface, ifName, deviceAddress, deviceAddressLen); in FuzzWpaInterfaceP2pGetDeviceAddress()
|
Completed in 9 milliseconds