Home
last modified time | relevance | path

Searched defs:replyPin (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_hdi_direct_test.cpp390 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char)); variable
H A Dp2p_hdi_hal_services_c_test.cpp496 char *replyPin = (char *)calloc(REPLY_SIZE, sizeof(char)); variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl_test.cpp267 char replyPin[SIZE] = {0}; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c1041 WifiErrorNo HdiP2pConnect(P2pConnectInfo *info, char *replyPin, int size) in HdiP2pConnect()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp800 char *replyPin = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pConnect() local
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c967 char *replyPin, uint32_t replyPinLen) in WpaInterfaceP2pConnect()