Searched refs:DebugCommand (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 214 class DebugCommand : public WifiCommand class 231 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, in DebugCommand() function in DebugCommand 248 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() function in DebugCommand 263 DebugCommand(wifi_interface_handle iface, u32 *num_rings, in DebugCommand() function in DebugCommand 279 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() function in DebugCommand 294 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, in DebugCommand() function in DebugCommand 558 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() 573 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() 587 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() 599 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status() [all …]
|