Lines Matching refs:ETH_ALEN
99 static const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
127 memcpy(mgmt->da, da, ETH_ALEN); in mesh_path_sel_frame_tx()
128 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in mesh_path_sel_frame_tx()
130 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in mesh_path_sel_frame_tx()
163 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
164 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
172 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
173 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
184 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
185 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
189 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
190 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
264 memcpy(mgmt->da, ra, ETH_ALEN); in mesh_path_error_tx()
265 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in mesh_path_error_tx()
267 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in mesh_path_error_tx()
284 memcpy(pos, target, ETH_ALEN); in mesh_path_error_tx()
285 pos += ETH_ALEN; in mesh_path_error_tx()
664 u8 next_hop[ETH_ALEN]; in hwmp_prep_frame_process()
694 memcpy(next_hop, next_hop_deref_protected(mpath)->sta.addr, ETH_ALEN); in hwmp_prep_frame_process()
842 memcpy(mpath->rann_snd_addr, mgmt->sa, ETH_ALEN); in hwmp_rann_frame_process()
957 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
1161 memcpy(hdr->addr1, next_hop->sta.addr, ETH_ALEN); in mesh_nexthop_lookup()
1162 memcpy(hdr->addr2, sdata->vif.addr, ETH_ALEN); in mesh_nexthop_lookup()