Lines Matching refs:ETH_ALEN

102 static const u8 broadcast_addr[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
130 memcpy(mgmt->da, da, ETH_ALEN); in mesh_path_sel_frame_tx()
131 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in mesh_path_sel_frame_tx()
133 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in mesh_path_sel_frame_tx()
166 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
167 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
175 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
176 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
187 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
188 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
192 memcpy(pos, orig_addr, ETH_ALEN); in mesh_path_sel_frame_tx()
193 pos += ETH_ALEN; in mesh_path_sel_frame_tx()
267 memcpy(mgmt->da, ra, ETH_ALEN); in mesh_path_error_tx()
268 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in mesh_path_error_tx()
270 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in mesh_path_error_tx()
292 memcpy(pos, target, ETH_ALEN); in mesh_path_error_tx()
293 pos += ETH_ALEN; in mesh_path_error_tx()
654 u8 next_hop[ETH_ALEN]; in hwmp_prep_frame_process()
684 memcpy(next_hop, next_hop_deref_protected(mpath)->sta.addr, ETH_ALEN); in hwmp_prep_frame_process()
829 memcpy(mpath->rann_snd_addr, mgmt->sa, ETH_ALEN); in hwmp_rann_frame_process()
944 memcpy(preq_node->dst, mpath->dst, ETH_ALEN); in mesh_queue_preq()
1148 memcpy(hdr->addr1, next_hop->sta.addr, ETH_ALEN); in mesh_nexthop_lookup()
1149 memcpy(hdr->addr2, sdata->vif.addr, ETH_ALEN); in mesh_nexthop_lookup()