Searched refs:mIpPktLen (Results 1 – 2 of 2) sorted by relevance
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | wifi_offload.cpp | 75 u16 mIpPktLen; member in MKeepAliveCommand 88 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand() 97 mIpPktLen = 0; in MKeepAliveCommand() 124 result = request.put_u16(MKEEP_ALIVE_ATTRIBUTE_IP_PKT_LEN, mIpPktLen); in createRequest() 130 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_offload.cpp | 75 u16 mIpPktLen; member in MKeepAliveCommand 88 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand() 97 mIpPktLen = 0; in MKeepAliveCommand() 124 result = request.put_u16(MKEEP_ALIVE_ATTRIBUTE_IP_PKT_LEN, mIpPktLen); in createRequest() 130 result = request.put(MKEEP_ALIVE_ATTRIBUTE_IP_PKT, (u8*)mIpPkt, mIpPktLen); in createRequest()
|