Searched refs:mshdr (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dmesh_pathtbl.c228 struct ieee80211s_hdr *mshdr; local
234 mshdr = (struct ieee80211s_hdr *) (skb->data + hdrlen);
236 if (!(mshdr->flags & MESH_FLAGS_AE)) {
248 mshdr = (struct ieee80211s_hdr *) (skb->data + hdrlen);
249 mshdr->flags = MESH_FLAGS_AE_A5_A6;
250 memcpy(mshdr->eaddr1, hdr->addr3, ETH_ALEN);
251 memcpy(mshdr->eaddr2, hdr->addr4, ETH_ALEN);

Completed in 55 milliseconds