Searched refs:ip_packet_len (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | wifi_offload.cpp | 87 …iveCommand(wifi_interface_handle iface, u8 index, u16 ether_type, u8 *ip_packet, u16 ip_packet_len, in MKeepAliveCommand() argument 90 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand() 236 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 241 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet() 243 … MKeepAliveCommand *cmd = new MKeepAliveCommand(iface, index, ether_type, ip_packet, ip_packet_len, in wifi_start_sending_offloaded_packet()
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | wifi_offload.h | 19 u16 ether_type, u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
|
H A D | wifi_hal.h | 608 u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr,
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | common.h | 202 u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec);
|
H A D | wifi_hal.cpp | 2046 u16 ip_packet_len, in wifi_start_sending_offloaded_packet() argument 2064 ALOGV("ip packet length : %u\nIP Packet:", ip_packet_len); in wifi_start_sending_offloaded_packet() 2065 hexdump(ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet() 2095 (const char *)ip_packet, ip_packet_len); in wifi_start_sending_offloaded_packet()
|
/aosp12/frameworks/opt/net/wifi/libwifi_hal/ |
H A D | hal_tool.cpp | 305 u8* ip_packet, u16 ip_packet_len, u8* src_mac_addr, u8* dst_mac_addr, in wifi_start_sending_offloaded_packet_stub() argument
|