Searched refs:cmdType (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_offload.cpp65 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType)
68 mPeriodMsec(period_msec), mType(cmdType)
72 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) argument
73 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType)
64 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType) argument
H A Dwifi_logger.cpp111 GetCmdType cmdType)
113 (cmdType)
119 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) argument
120 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType)
125 wifi_ring_buffer_status *status, GetCmdType cmdType)
126 : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType)
132 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) argument
133 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
138 u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType)
141 mRingName(ring_name), mType(cmdType)
110 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, GetCmdType cmdType) argument
124 DebugCommand(wifi_interface_handle iface, u32 *num_rings, wifi_ring_buffer_status *status, GetCmdType cmdType) argument
137 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType) argument
[all...]

Completed in 61 milliseconds