Lines Matching refs:ETH_ALEN
31 .key_len = ETH_ALEN,
126 memcpy(hdr->addr1, sta->sta.addr, ETH_ALEN); in mesh_path_assign_nexthop()
127 memcpy(hdr->addr2, mpath->sdata->vif.addr, ETH_ALEN); in mesh_path_assign_nexthop()
151 skb_push(skb, 2 * ETH_ALEN); in prepare_for_gate()
160 memcpy(mshdr->eaddr1, hdr->addr3, ETH_ALEN); in prepare_for_gate()
161 memcpy(mshdr->eaddr2, hdr->addr4, ETH_ALEN); in prepare_for_gate()
168 memcpy(hdr->addr1, next_hop, ETH_ALEN); in prepare_for_gate()
170 memcpy(hdr->addr2, gate_mpath->sdata->vif.addr, ETH_ALEN); in prepare_for_gate()
171 memcpy(hdr->addr3, dst_addr, ETH_ALEN); in prepare_for_gate()
412 memcpy(new_mpath->dst, dst, ETH_ALEN); in mesh_path_new()
557 memcpy(build.key.addr, mppath->dst, ETH_ALEN); in mesh_fast_tx_cache()
741 memcpy(new_mpath->mpp, mpp, ETH_ALEN); in mpp_path_add()
774 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken()