Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_cert.h211 int debug_msg_length);
Dnancommand.h135 wifi_error putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
Dnan.cpp708 int debug_msg_length) in nan_debug_command_config() argument
721 if (debug_msg_length <= 0) { in nan_debug_command_config()
723 debug_msg_length); in nan_debug_command_config()
747 ret = nanCommand->putNanDebugCommand(debug, debug_msg_length); in nan_debug_command_config()
Dnan_req.cpp1931 int debug_msg_length) in putNanDebugCommand() argument
1937 message_len += (SIZEOF_TLV_HDR + debug_msg_length); in putNanDebugCommand()
1947 hexdump(debug.debug_cmd_data, debug_msg_length); in putNanDebugCommand()
1957 tlvs = addTlv(NAN_TLV_TYPE_TESTMODE_GENERIC_CMD, debug_msg_length, in putNanDebugCommand()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_cert.h238 int debug_msg_length);
Dnancommand.h212 wifi_error putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
Dnan.cpp771 int debug_msg_length) in nan_debug_command_config() argument
784 if (debug_msg_length <= 0) { in nan_debug_command_config()
786 debug_msg_length); in nan_debug_command_config()
810 ret = nanCommand->putNanDebugCommand(debug, debug_msg_length); in nan_debug_command_config()
Dnan_req.cpp1968 int debug_msg_length) in putNanDebugCommand() argument
1974 message_len += (SIZEOF_TLV_HDR + debug_msg_length); in putNanDebugCommand()
1984 hexdump(debug.debug_cmd_data, debug_msg_length); in putNanDebugCommand()
1994 tlvs = addTlv(NAN_TLV_TYPE_TESTMODE_GENERIC_CMD, debug_msg_length, in putNanDebugCommand()