Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c42 *hdsize = sizeof(struct ieee80211_frame_addr4); in ol_tx_copy_native_wifi_header()
285 struct ieee80211_frame_addr4 *wh; in ol_rx_decap_to_native_wifi()
293 wh = (struct ieee80211_frame_addr4 *)info->hdr; in ol_rx_decap_to_native_wifi()
296 hdsize = sizeof(struct ieee80211_frame_addr4); in ol_rx_decap_to_native_wifi()
300 wh = (struct ieee80211_frame_addr4 *)qdf_nbuf_push_head(msdu, hdsize); in ol_rx_decap_to_native_wifi()
350 struct ieee80211_frame_addr4 *wh; in ol_rx_decap_to_8023()
390 wh = (struct ieee80211_frame_addr4 *)info->hdr; in ol_rx_decap_to_8023()
H A Dol_rx_defrag.c1111 const struct ieee80211_frame_addr4 *wh = in ol_rx_defrag_michdr()
1112 (const struct ieee80211_frame_addr4 *)wh0; in ol_rx_defrag_michdr()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_ieee80211_common.h74 struct ieee80211_frame_addr4 { struct
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c576 const struct ieee80211_frame_addr4 *wh = in dp_rx_defrag_michdr()
577 (const struct ieee80211_frame_addr4 *)wh0; in dp_rx_defrag_michdr()
1019 struct ieee80211_frame_addr4 wh = {0}; in dp_rx_defrag_nwifi_to_8023()
1032 qdf_mem_zero(&wh, sizeof(struct ieee80211_frame_addr4)); in dp_rx_defrag_nwifi_to_8023()
H A Ddp_tx.c4588 struct ieee80211_frame_addr4 *wh = (struct ieee80211_frame_addr4 *)(qdf_nbuf_data(nbuf));
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c2722 struct ieee80211_frame_addr4 *wh; in wma_wow_dump_mgmt_buffer()
2725 wh = (struct ieee80211_frame_addr4 *) in wma_wow_dump_mgmt_buffer()
2764 if (buf_len >= sizeof(struct ieee80211_frame_addr4)) in wma_wow_dump_mgmt_buffer()