Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c36 uint8_t *hdsize, uint8_t *localbuf) in ol_tx_copy_native_wifi_header() argument
42 *hdsize = sizeof(struct ieee80211_frame_addr4); in ol_tx_copy_native_wifi_header()
44 *hdsize = sizeof(struct ieee80211_frame); in ol_tx_copy_native_wifi_header()
46 if (qdf_nbuf_len(msdu) < *hdsize) in ol_tx_copy_native_wifi_header()
49 qdf_mem_copy(localbuf, wh, *hdsize); in ol_tx_copy_native_wifi_header()
61 uint8_t hdsize, new_hdsize; in ol_tx_encap_from_native_wifi() local
75 ol_tx_copy_native_wifi_header(msdu, &hdsize, localbuf)) in ol_tx_encap_from_native_wifi()
80 qos_cntl = (struct ieee80211_qoscntl *)(localbuf + hdsize); in ol_tx_encap_from_native_wifi()
93 hdsize + sizeof(struct ieee80211_qosframe) - in ol_tx_encap_from_native_wifi()
103 qdf_nbuf_pull_head(msdu, hdsize); in ol_tx_encap_from_native_wifi()
[all …]
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c360 uint8_t hdsize, new_hdsize; in pkt_capture_rx_convert8023to80211() local
372 hdsize = sizeof(struct ethernet_hdr_t); in pkt_capture_rx_convert8023to80211()
447 qdf_nbuf_pull_head(msdu, hdsize); in pkt_capture_rx_convert8023to80211()
464 uint8_t hdsize, new_hdsize; in pkt_capture_rx_convert8023to80211() local
476 hdsize = sizeof(struct ethernet_hdr_t); in pkt_capture_rx_convert8023to80211()
539 qdf_nbuf_pull_head(msdu, hdsize); in pkt_capture_rx_convert8023to80211()
1134 uint8_t hdsize, new_hdsize; in pkt_capture_tx_data_cb() local
1186 hdsize = sizeof(struct ethernet_hdr_t); in pkt_capture_tx_data_cb()
1251 qdf_nbuf_pull_head(msdu, hdsize); in pkt_capture_tx_data_cb()
1332 uint8_t hdsize, new_hdsize; in pkt_capture_tx_data_cb() local
[all …]