Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_offload.cpp85 …iveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() argument
88 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand()
234 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
239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
241 … MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ether_type, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp85 …iveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() argument
88 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand()
234 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
239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
241 … MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ether_type, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
/hardware/interfaces/wifi/legacy_headers/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.h840 u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.h203 u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec);
Dwifi_hal.cpp2540 u16 ip_packet_len, in wifi_start_sending_offloaded_packet() argument
2558 ALOGV("ip packet length : %u\nIP Packet:", ip_packet_len); in wifi_start_sending_offloaded_packet()
2559 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
2589 (const char *)ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcommon.h253 wifi_interface_handle iface, u8 *ip_packet, u16 ip_packet_len,
Dwifi_hal.cpp2645 u16 ip_packet_len, in wifi_start_sending_offloaded_packet() argument
2663 ALOGV("ip packet length : %u\nIP Packet:", ip_packet_len); in wifi_start_sending_offloaded_packet()
2664 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
2696 (const char *)ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dwifi_hal_stub.cpp277 wifi_interface_handle iface, u16 ether_type, u8 *ip_packet, u16 ip_packet_len, in wifi_start_sending_offloaded_packet_stub() argument