Home
last modified time | relevance | path

Searched refs:deviceAddressLen (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_hdi_direct_test.cpp333 uint32_t deviceAddressLen = WPA_CMD_BUF_LEN; in HWTEST_F() local
334 int32_t rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, nullptr, deviceAddress, deviceAddressLen); in HWTEST_F()
336 rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, IFNAME, nullptr, deviceAddressLen); in HWTEST_F()
338 rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, IFNAME, deviceAddress, deviceAddressLen); in HWTEST_F()
H A Dp2p_hdi_hal_services_c_test.cpp423 uint32_t deviceAddressLen = WPA_CMD_BUF_LEN; in HWTEST_F() local
427 rc = g_wpaObj->P2pGetDeviceAddress(g_wpaObj, "p2p-dev-wlan0", deviceAddress, deviceAddressLen); in HWTEST_F()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h100 uint32_t deviceAddressLen);
H A Dwpa_p2p_cmd.c853 uint32_t deviceAddressLen) in WpaInterfaceP2pGetDeviceAddress()
868 P2pSupplicantErrCode ret = pMainIfc->wpaP2pCliCmdGetDeviceAddress(pMainIfc, deviceAddress, deviceAddressLen); in WpaInterfaceP2pGetDeviceAddress()
852 WpaInterfaceP2pGetDeviceAddress(struct IWpaInterface *self, const char *ifName, char *deviceAddress, uint32_t deviceAddressLen) WpaInterfaceP2pGetDeviceAddress() argument
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp741 uint32_t deviceAddressLen = *const_cast<uint32_t *>(reinterpret_cast<const uint32_t *>(rawData)); in FuzzWpaInterfaceP2pGetDeviceAddress() local
743 interface->P2pGetDeviceAddress(interface, ifName, deviceAddress, deviceAddressLen); in FuzzWpaInterfaceP2pGetDeviceAddress()

Completed in 8 milliseconds