Searched refs:debug_msg_length (Results 1 – 4 of 4) sorted by relevance
185 int debug_msg_length);
134 int putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
601 int debug_msg_length) in nan_debug_command_config() argument617 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()
1550 int debug_msg_length) in putNanDebugCommand() argument1555 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()