Lines Matching refs:addr1
51 printk(KERN_DEBUG " A1=%pM", hdr->addr1); in hostap_dump_rx_80211()
286 memcpy(entry->dst_addr, hdr->addr1, ETH_ALEN); in prism2_frag_cache_get()
291 hdr->addr1); in prism2_frag_cache_get()
313 entry = prism2_frag_cache_find(local, seq, -1, hdr->addr2, hdr->addr1); in prism2_frag_cache_invalidate()
566 if (!ether_addr_equal(hdr->addr1, local->dev->dev_addr) && in hostap_rx_frame_wds()
567 (hdr->addr1[0] != 0xff || hdr->addr1[1] != 0xff || in hostap_rx_frame_wds()
568 hdr->addr1[2] != 0xff || hdr->addr1[3] != 0xff || in hostap_rx_frame_wds()
569 hdr->addr1[4] != 0xff || hdr->addr1[5] != 0xff)) { in hostap_rx_frame_wds()
575 hdr->addr1); in hostap_rx_frame_wds()
625 ether_addr_equal(hdr->addr1, dev->dev_addr) && in hostap_is_eapol_frame()
630 ether_addr_equal(hdr->addr1, dev->dev_addr)) { in hostap_is_eapol_frame()
795 if (!(hdr->addr1[0] & 0x01) || local->bcrx_sta_key) in hostap_80211_rx()
845 memcpy(dst, hdr->addr1, ETH_ALEN); in hostap_80211_rx()
859 memcpy(dst, hdr->addr1, ETH_ALEN); in hostap_80211_rx()