Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c1129 struct htt_tx_data_hdr_information *cmpl_desc = NULL; in pkt_capture_tx_data_cb() local
1163 cmpl_desc = (struct htt_tx_data_hdr_information *) in pkt_capture_tx_data_cb()
1166 pktcapture_hdr.timestamp = cmpl_desc->phy_timestamp_l32; in pkt_capture_tx_data_cb()
1167 pktcapture_hdr.preamble = cmpl_desc->preamble; in pkt_capture_tx_data_cb()
1168 pktcapture_hdr.mcs = cmpl_desc->mcs; in pkt_capture_tx_data_cb()
1169 pktcapture_hdr.bw = cmpl_desc->bw; in pkt_capture_tx_data_cb()
1170 pktcapture_hdr.nss = cmpl_desc->nss; in pkt_capture_tx_data_cb()
1171 pktcapture_hdr.rssi_comb = cmpl_desc->rssi; in pkt_capture_tx_data_cb()
1172 pktcapture_hdr.rate = cmpl_desc->rate; in pkt_capture_tx_data_cb()
1173 pktcapture_hdr.stbc = cmpl_desc->stbc; in pkt_capture_tx_data_cb()
[all …]