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.h211 int debug_msg_length);
Dnancommand.h135 wifi_error putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
Dnan.cpp612 int debug_msg_length) in nan_debug_command_config() argument
619 if (debug_msg_length <= 0) { in nan_debug_command_config()
621 debug_msg_length); in nan_debug_command_config()
643 ret = nanCommand->putNanDebugCommand(debug, debug_msg_length); in nan_debug_command_config()
Dnan_req.cpp1682 int debug_msg_length) in putNanDebugCommand() argument
1688 message_len += (SIZEOF_TLV_HDR + debug_msg_length); in putNanDebugCommand()
1698 hexdump(debug.debug_cmd_data, debug_msg_length); in putNanDebugCommand()
1708 tlvs = addTlv(NAN_TLV_TYPE_TESTMODE_GENERIC_CMD, debug_msg_length, in putNanDebugCommand()