Searched refs:DebugCommand (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 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() [all …]
|