Lines Matching refs:DebugCommand
110 class DebugCommand : public WifiCommand class
127 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, in DebugCommand() function in DebugCommand
136 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() function in DebugCommand
141 DebugCommand(wifi_interface_handle iface, u32 *num_rings, in DebugCommand() function in DebugCommand
149 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() function in DebugCommand
154 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, in DebugCommand() function in DebugCommand
406 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version()
421 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version()
435 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data()
447 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status()
463 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); in wifi_get_logger_supported_feature_set()
478 DebugCommand *cmd = new DebugCommand(iface, verbose_level, flags, max_interval_sec, in wifi_start_logging()