Searched refs:replyPinLen (Results 1 – 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
D | p2p_hdi_direct_test.cpp | 391 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);
|
D | p2p_hdi_hal_services_c_test.cpp | 497 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/ |
D | wpa_p2p_cmd.h | 111 const struct HdiP2pConnectInfo *info, char *replyPin, uint32_t replyPinLen);
|
D | wpa_p2p_cmd.c | 854 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/ |
D | wpa_common_fuzzer.cpp | 802 uint32_t replyPinLen = REPLY_SIZE; in FuzzWpaInterfaceP2pConnect() local 804 interface->P2pConnect(interface, ifName, &info, replyPin, replyPinLen); in FuzzWpaInterfaceP2pConnect()
|