Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_hdi_direct_test.cpp391 uint32_t replyPinLen = REPLY_SIZE; in HWTEST_F() local
393 int32_t rc = g_wpaObj->P2pConnect(g_wpaObj, nullptr, &info, replyPin, replyPinLen); in HWTEST_F()
395 rc = g_wpaObj->P2pConnect(g_wpaObj, IFNAME, nullptr, replyPin, replyPinLen); in HWTEST_F()
397 rc = g_wpaObj->P2pConnect(g_wpaObj, IFNAME, &info, nullptr, replyPinLen); in HWTEST_F()
399 rc = g_wpaObj->P2pConnect(g_wpaObj, IFNAME, &info, replyPin, replyPinLen); in HWTEST_F()
H A Dp2p_hdi_hal_services_c_test.cpp497 uint32_t replyPinLen = REPLY_SIZE; in HWTEST_F() local
502 rc = g_wpaObj->P2pConnect(g_wpaObj, "p2p-dev-wlan0", &info, replyPin, replyPinLen); in HWTEST_F()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h111 const struct HdiP2pConnectInfo *info, char *replyPin, uint32_t replyPinLen);
H A Dwpa_p2p_cmd.c967 char *replyPin, uint32_t replyPinLen) in WpaInterfaceP2pConnect()
1061 if (strncpy_s(replyPin, replyPinLen, reply, strlen(reply)) != 0) { in WpaInterfaceP2pConnect()
966 WpaInterfaceP2pConnect(struct IWpaInterface *self, const char *ifName, const struct HdiP2pConnectInfo *info, char *replyPin, uint32_t replyPinLen) WpaInterfaceP2pConnect() argument
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp804 uint32_t replyPinLen = REPLY_SIZE; in FuzzWpaInterfaceP2pConnect() local
806 interface->P2pConnect(interface, ifName, &info, replyPin, replyPinLen); in FuzzWpaInterfaceP2pConnect()

Completed in 8 milliseconds