Home
last modified time | relevance | path

Searched refs:debug_msg_length (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_cert.h185 int debug_msg_length);
Dnancommand.h134 int putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
Dnan.cpp601 int debug_msg_length) in nan_debug_command_config() argument
617 if (debug_msg_length <= 0) { in nan_debug_command_config()
619 debug_msg_length); in nan_debug_command_config()
632 ret = nanCommand->putNanDebugCommand(debug, debug_msg_length); in nan_debug_command_config()
Dnan_req.cpp1550 int debug_msg_length) in putNanDebugCommand() argument
1555 message_len += (SIZEOF_TLV_HDR + debug_msg_length); in putNanDebugCommand()
1565 hexdump(debug.debug_cmd_data, debug_msg_length); in putNanDebugCommand()
1575 tlvs = addTlv(NAN_TLV_TYPE_TESTMODE_GENERIC_CMD, debug_msg_length, in putNanDebugCommand()