Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:cmdType

96             GetCmdType cmdType)
98 (cmdType)
104 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType)
105 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType)
110 wifi_ring_buffer_status *status, GetCmdType cmdType)
111 : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType)
117 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType)
118 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
123 u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType)
126 mRingName(ring_name), mType(cmdType)