Searched refs:cmdType (Results 1 – 2 of 2) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_offload.cpp | 65 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) in MKeepAliveCommand() argument 68 mPeriodMsec(period_msec), mType(cmdType) in MKeepAliveCommand() 72 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) in MKeepAliveCommand() argument 73 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType) in MKeepAliveCommand()
|
D | wifi_logger.cpp | 111 GetCmdType cmdType) in DebugCommand() argument 113 (cmdType) in DebugCommand() 119 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() argument 120 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType) in DebugCommand() 125 wifi_ring_buffer_status *status, GetCmdType cmdType) in DebugCommand() argument 126 … : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType) in DebugCommand() 132 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) in DebugCommand() argument 133 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) in DebugCommand() 138 u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType) in DebugCommand() argument 141 mRingName(ring_name), mType(cmdType) in DebugCommand()
|