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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_offload.cpp51 class MKeepAliveCommand : public WifiCommand class in inherits:WifiCommand
64 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, function in class:MKeepAliveCommand
66 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mIpPkt(ip_packet),
72 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType) function in class:MKeepAliveCommand
73 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType)
174 ALOGD("In MKeepAliveCommand::handleResponse");
206 MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ip_packet, ip_packet_len,
222 MKeepAliveCommand *cmd = new MKeepAliveCommand(ifac
[all...]

Completed in 37 milliseconds