Searched refs:debug_msg_length (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_cert.h | 211 int debug_msg_length);
|
D | nancommand.h | 135 wifi_error putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
|
D | nan.cpp | 708 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()
|
D | nan_req.cpp | 1931 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/ |
D | nan_cert.h | 238 int debug_msg_length);
|
D | nancommand.h | 212 wifi_error putNanDebugCommand(NanDebugParams debug, int debug_msg_length);
|
D | nan.cpp | 771 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()
|
D | nan_req.cpp | 1968 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()
|