Searched refs:wlhdr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | xmit.c | 194 const struct ieee80211_hdr *wlhdr; in generate_txhdr_fw3() local 206 wlhdr = (const struct ieee80211_hdr *)fragment_data; in generate_txhdr_fw3() 217 txhdr->mac_frame_ctl = wlhdr->frame_control; in generate_txhdr_fw3() 218 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in generate_txhdr_fw3() 222 (wlhdr->duration_id & cpu_to_le16(0x8000)) || in generate_txhdr_fw3() 223 (wlhdr->duration_id == cpu_to_le16(0))) { in generate_txhdr_fw3() 227 txhdr->dur_fb = wlhdr->duration_id; in generate_txhdr_fw3() 256 wlhdr_len = ieee80211_hdrlen(wlhdr->frame_control); in generate_txhdr_fw3() 259 memcpy(txhdr->iv, ((u8 *)wlhdr) + wlhdr_len, iv_len); in generate_txhdr_fw3() 437 struct ieee80211_hdr *wlhdr; in b43legacy_rx() local [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | xmit.c | 258 const struct ieee80211_hdr *wlhdr = in b43_generate_txhdr() local 261 __le16 fctl = wlhdr->frame_control; in b43_generate_txhdr() 288 txhdr->mac_frame_ctl = wlhdr->frame_control; in b43_generate_txhdr() 289 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in b43_generate_txhdr() 293 (wlhdr->duration_id & cpu_to_le16(0x8000)) || in b43_generate_txhdr() 294 (wlhdr->duration_id == cpu_to_le16(0))) { in b43_generate_txhdr() 298 txhdr->dur_fb = wlhdr->duration_id; in b43_generate_txhdr() 346 memcpy(txhdr->iv + 10, ((u8 *) wlhdr) + wlhdr_len, 3); in b43_generate_txhdr() 350 memcpy(txhdr->iv, ((u8 *) wlhdr) + wlhdr_len, iv_len); in b43_generate_txhdr() 662 struct ieee80211_hdr *wlhdr; in b43_rx() local [all …]
|