Home | History | Annotate | Download | only in drivers

Lines Matching refs:hdr

318 	struct ieee80211_hdr *hdr;
470 hdr = (struct ieee80211_hdr *) data;
471 fc = le_to_host16(hdr->frame_control);
476 event.tx_status.dst = hdr->addr1;
492 if (os_memcmp(hdr->addr1, drv->pending_action_dst, ETH_ALEN) !=
753 struct ieee80211_hdr *hdr;
789 hdr = (struct ieee80211_hdr *) data;
797 MAC2STR(hdr->addr2));
798 memcpy(cli->addr, hdr->addr2, ETH_ALEN);
807 fc = le_to_host16(hdr->frame_control);
2661 struct ieee80211_hdr *hdr;
2681 hdr = (struct ieee80211_hdr *) buf;
2682 hdr->frame_control =
2684 os_memcpy(hdr->addr1, dst, ETH_ALEN);
2685 os_memcpy(hdr->addr2, src, ETH_ALEN);
2686 os_memcpy(hdr->addr3, bssid, ETH_ALEN);