Home
last modified time | relevance | path

Searched refs:ip_packet_len (Results 1 – 3 of 3) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dwifi_offload.cpp82 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() argument
85 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand()
219 u16 /* ether_type */, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, in wifi_start_sending_offloaded_packet() argument
224 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX)) { in wifi_start_sending_offloaded_packet()
225 MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp392 u16 ip_packet_len, in wifi_start_sending_offloaded_packet() argument
403 ip_packet_len, in wifi_start_sending_offloaded_packet()
Dinterface.h79 u16 ip_packet_len,