Home
last modified time | relevance | path

Searched refs:ip_packet (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp82 MKeepAliveCommand(wifi_interface_handle iface, u8 index, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() argument
84 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mIpPkt(ip_packet), 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
222 if ((index > 0 && index <= N_AVAIL_ID) && (ip_packet != NULL) && (src_mac_addr != NULL) in wifi_start_sending_offloaded_packet()
225 MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_offload.h19 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
Dwifi_hal.h371 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet,
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h199 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet,
Dwifi_hal.cpp1977 u8 *ip_packet, in wifi_start_sending_offloaded_packet() argument
1997 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
2027 (const char *)ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()