Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_offload.cpp79 u8 *mDstMacAddr; member in MKeepAliveCommand
90 mIpPktLen(ip_packet_len), mSrcMacAddr(src_mac_addr), mDstMacAddr(dst_mac_addr), in MKeepAliveCommand()
101 mDstMacAddr = NULL; in MKeepAliveCommand()
144 result = request.put_addr(MKEEP_ALIVE_ATTRIBUTE_DST_MAC_ADDR, mDstMacAddr); in createRequest()