Home
last modified time | relevance | path

Searched refs:MKEEP_ALIVE_IP_PKT_MAX (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_offload.h13 #define MKEEP_ALIVE_IP_PKT_MAX 256 // max size of IP packet for keep alive macro
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_offload.cpp239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp239 && (ip_packet_len <= MKEEP_ALIVE_IP_PKT_MAX) && ((ether_type == ETHERTYPE_IP) || in wifi_start_sending_offloaded_packet()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4164 u8 ip_pkt[MKEEP_ALIVE_IP_PKT_MAX] = {0}; // IP pkt including UDP and headers in readKeepAliveOptions()
4229 if (ip_pkt_len > MKEEP_ALIVE_IP_PKT_MAX) { in readKeepAliveOptions()
4232 MKEEP_ALIVE_IP_PKT_MAX); in readKeepAliveOptions()
4237 memset(ip_pkt, 0, MKEEP_ALIVE_IP_PKT_MAX); in readKeepAliveOptions()