Home
last modified time | relevance | path

Searched refs:REPLY_SIZE (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.h27 #define REPLY_SIZE 1024 macro
H A Dp2p_hdi_hal_services_c_test.cpp168 char *resultBuf = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
169 uint32_t resultBufLen = REPLY_SIZE; in HWTEST_F()
438 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
439 uint32_t replyDiscLen = REPLY_SIZE; in HWTEST_F()
496 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
497 uint32_t replyPinLen = REPLY_SIZE; in HWTEST_F()
565 char *value = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
566 uint32_t valueLen = REPLY_SIZE; in HWTEST_F()
H A Dp2p_hdi_direct_test.cpp140 char *resultBuf = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
141 uint32_t resultBufLen = REPLY_SIZE; in HWTEST_F()
345 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
346 uint32_t replyDiscLen = REPLY_SIZE; in HWTEST_F()
390 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
391 uint32_t replyPinLen = REPLY_SIZE; in HWTEST_F()
446 char *value = (char *)calloc(REPLY_SIZE, sizeof(char)); in HWTEST_F()
447 uint32_t valueLen = REPLY_SIZE; in HWTEST_F()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhostapd_common_cmd.h26 #define REPLY_SIZE 1024 macro
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.h36 #define REPLY_SIZE 1024 macro
H A Dwpa_p2p_cmd.c976 const int replySize = REPLY_SIZE; in WpaInterfaceP2pConnect()
1047 if (WpaCliCmd(cmd, reply, REPLY_SIZE) != 0) { in WpaInterfaceP2pConnect()
1251 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetPeer()
1272 if (WpaCliCmd(cmd, reply, REPLY_SIZE) != 0) { in WpaInterfaceP2pGetPeer()
1386 const int replySize = REPLY_SIZE; in WpaInterfaceP2pGetGroupCapability()
1407 if (WpaCliCmd(cmd, reply, REPLY_SIZE) != 0) { in WpaInterfaceP2pGetGroupCapability()
1602 const int replySize = REPLY_SIZE; in WpaInterfaceVendorExtProcessCmd()
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp22 #define REPLY_SIZE 1024 macro
750 char *replyDisc = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pReqServiceDiscovery()
754 uint32_t replyDiscLen = REPLY_SIZE; in FuzzWpaInterfaceP2pReqServiceDiscovery()
800 char *replyPin = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pConnect()
804 uint32_t replyPinLen = REPLY_SIZE; in FuzzWpaInterfaceP2pConnect()

Completed in 9 milliseconds