Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c466 static uint8_t first_msdu_hdr[sizeof(struct ieee80211_frame)]; in pkt_capture_rx_convert8023to80211() local
489 qdf_mem_copy(first_msdu_hdr, pwh, in pkt_capture_rx_convert8023to80211()
493 qdf_mem_copy(localbuf, first_msdu_hdr, new_hdsize); in pkt_capture_rx_convert8023to80211()
497 qdf_mem_zero(first_msdu_hdr, sizeof(struct ieee80211_frame)); in pkt_capture_rx_convert8023to80211()