Home
last modified time | relevance | path

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

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