Searched refs:REPLY_SIZE (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.h | 27 #define REPLY_SIZE 1024 macro
|
H A D | p2p_hdi_hal_services_c_test.cpp | 168 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 D | p2p_hdi_direct_test.cpp | 140 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 D | hostapd_common_cmd.h | 26 #define REPLY_SIZE 1024 macro
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_common_cmd.h | 36 #define REPLY_SIZE 1024
macro
|
H A D | wpa_p2p_cmd.c | 976 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 D | wpa_common_fuzzer.cpp | 22 #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