Searched refs:wlhdr (Results 1 – 2 of 2) sorted by relevance
181 const struct ieee80211_hdr *wlhdr; in generate_txhdr_fw3() local193 wlhdr = (const struct ieee80211_hdr *)fragment_data; in generate_txhdr_fw3()204 txhdr->mac_frame_ctl = wlhdr->frame_control; in generate_txhdr_fw3()205 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in generate_txhdr_fw3()209 (wlhdr->duration_id & cpu_to_le16(0x8000)) || in generate_txhdr_fw3()210 (wlhdr->duration_id == cpu_to_le16(0))) { in generate_txhdr_fw3()214 txhdr->dur_fb = wlhdr->duration_id; in generate_txhdr_fw3()424 struct ieee80211_hdr *wlhdr; in b43legacy_rx() local463 wlhdr = (struct ieee80211_hdr *)(skb->data); in b43legacy_rx()464 fctl = wlhdr->frame_control; in b43legacy_rx()[all …]
245 const struct ieee80211_hdr *wlhdr = in b43_generate_txhdr() local248 __le16 fctl = wlhdr->frame_control; in b43_generate_txhdr()275 txhdr->mac_frame_ctl = wlhdr->frame_control; in b43_generate_txhdr()276 memcpy(txhdr->tx_receiver, wlhdr->addr1, ETH_ALEN); in b43_generate_txhdr()280 (wlhdr->duration_id & cpu_to_le16(0x8000)) || in b43_generate_txhdr()281 (wlhdr->duration_id == cpu_to_le16(0))) { in b43_generate_txhdr()285 txhdr->dur_fb = wlhdr->duration_id; in b43_generate_txhdr()333 memcpy(txhdr->iv + 10, ((u8 *) wlhdr) + wlhdr_len, 3); in b43_generate_txhdr()636 struct ieee80211_hdr *wlhdr; in b43_rx() local692 wlhdr = (struct ieee80211_hdr *)(skb->data); in b43_rx()[all …]