Searched refs:new_hdsize (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
D | wlan_pkt_capture_data_txrx.c | 360 uint8_t hdsize, new_hdsize; in pkt_capture_rx_convert8023to80211() local 378 new_hdsize = 0; in pkt_capture_rx_convert8023to80211() 409 new_hdsize = sizeof(struct ieee80211_frame); in pkt_capture_rx_convert8023to80211() 413 (struct ieee80211_qoscntl *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() 419 new_hdsize += sizeof(struct ieee80211_qoscntl); in pkt_capture_rx_convert8023to80211() 425 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() 441 new_hdsize += sizeof(struct llc_snap_hdr_t); in pkt_capture_rx_convert8023to80211() 452 qdf_nbuf_push_head(msdu, new_hdsize); in pkt_capture_rx_convert8023to80211() 453 qdf_mem_copy(qdf_nbuf_data(msdu), localbuf, new_hdsize); in pkt_capture_rx_convert8023to80211() 464 uint8_t hdsize, new_hdsize; in pkt_capture_rx_convert8023to80211() local [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_txrx_encap.c | 61 uint8_t hdsize, new_hdsize; in ol_tx_encap_from_native_wifi() local 92 new_hdsize = in ol_tx_encap_from_native_wifi() 101 new_hdsize), localbuf, in ol_tx_encap_from_native_wifi() 102 new_hdsize); in ol_tx_encap_from_native_wifi() 104 tx_msdu_info->htt.info.l3_hdr_offset = new_hdsize; in ol_tx_encap_from_native_wifi() 143 uint8_t hdsize, new_l2_hdsize, new_hdsize; in ol_tx_encap_from_8023() local 164 new_hdsize = 0; in ol_tx_encap_from_8023() 176 new_hdsize = sizeof(struct ieee80211_frame); in ol_tx_encap_from_8023() 188 new_hdsize = sizeof(struct ieee80211_frame); in ol_tx_encap_from_8023() 199 new_hdsize = sizeof(struct ieee80211_frame); in ol_tx_encap_from_8023() [all …]
|