Searched refs:replyPin (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_hdi_direct_test.cpp | 390 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char));
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() 399 rc = g_wpaObj->P2pConnect(g_wpaObj, IFNAME, &info, replyPin, replyPinLen);
in HWTEST_F() 401 free(replyPin);
in HWTEST_F()
|
H A D | p2p_hdi_hal_services_c_test.cpp | 496 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char));
in HWTEST_F() local 502 rc = g_wpaObj->P2pConnect(g_wpaObj, "p2p-dev-wlan0", &info, replyPin, replyPinLen);
in HWTEST_F() 507 free(replyPin);
in HWTEST_F()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.h | 111 const struct HdiP2pConnectInfo *info, char *replyPin, uint32_t replyPinLen);
|
H A D | wpa_p2p_cmd.c | 967 char *replyPin, uint32_t replyPinLen)
in WpaInterfaceP2pConnect() 970 if (ifName == NULL || info == NULL || replyPin == NULL) {
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 D | wpa_common_fuzzer.cpp | 800 char *replyPin = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pConnect() local 801 if (replyPin == nullptr) { in FuzzWpaInterfaceP2pConnect() 806 interface->P2pConnect(interface, ifName, &info, replyPin, replyPinLen); in FuzzWpaInterfaceP2pConnect() 807 free(replyPin); in FuzzWpaInterfaceP2pConnect()
|
Completed in 9 milliseconds