Searched refs:localbuf (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx_encap.c | 36 uint8_t *hdsize, uint8_t *localbuf) in ol_tx_copy_native_wifi_header() argument 49 qdf_mem_copy(localbuf, wh, *hdsize); in ol_tx_copy_native_wifi_header() 59 uint8_t localbuf[sizeof(struct ieee80211_qosframe_htc_addr4)]; 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() 77 wh = (struct ieee80211_frame *)localbuf; in ol_tx_encap_from_native_wifi() 80 qos_cntl = (struct ieee80211_qoscntl *)(localbuf + hdsize); in ol_tx_encap_from_native_wifi() 101 new_hdsize), localbuf, in ol_tx_encap_from_native_wifi() 118 localbuf)) in ol_tx_encap_from_native_wifi() 123 qdf_mem_copy((void *)wh, localbuf, hdsize); in ol_tx_encap_from_native_wifi() 138 uint8_t localbuf[sizeof(struct ieee80211_qosframe_htc_addr4) in ol_tx_encap_from_8023() local [all …]
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_data_txrx.c | 363 uint8_t localbuf[sizeof(struct ieee80211_qosframe_htc_addr4) + in pkt_capture_rx_convert8023to80211() local 373 wh = (struct ieee80211_frame *)localbuf; in pkt_capture_rx_convert8023to80211() 413 (struct ieee80211_qoscntl *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() 425 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() 453 qdf_mem_copy(qdf_nbuf_data(msdu), localbuf, new_hdsize); in pkt_capture_rx_convert8023to80211() 467 uint8_t localbuf[sizeof(struct ieee80211_qosframe_htc_addr4) + in pkt_capture_rx_convert8023to80211() local 478 wh = (struct ieee80211_frame *)localbuf; in pkt_capture_rx_convert8023to80211() 493 qdf_mem_copy(localbuf, first_msdu_hdr, new_hdsize); in pkt_capture_rx_convert8023to80211() 504 (struct ieee80211_qoscntl *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() 517 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211() [all …]
|