Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_offload.cpp57 u16 mIpPktLen; member in MKeepAliveCommand
69 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand()
98 result = request.put_u16(MKEEP_ALIVE_ATTRIBUTE_IP_PKT_LEN, mIpPktLen); in createRequest()
104 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest()