Lines Matching refs:memcpy

228 	memcpy(&seqnum, &mesh_hdr->seqnum, sizeof(mesh_hdr->seqnum));  in mesh_rmc_check()
247 memcpy(p->sa, sa, ETH_ALEN); in mesh_rmc_check()
311 memcpy(pos, ifmsh->mesh_id, ifmsh->mesh_id_len); in mesh_add_meshid_ie()
357 memcpy(skb_put(skb, len), data, len); in mesh_add_vendor_ies()
381 memcpy(skb_put(skb, len), data, len); in mesh_add_rsn_ie()
520 memcpy(hdr->addr1, meshda, ETH_ALEN); in ieee80211_fill_mesh_addresses()
521 memcpy(hdr->addr2, meshsa, ETH_ALEN); in ieee80211_fill_mesh_addresses()
522 memcpy(hdr->addr3, meshsa, ETH_ALEN); in ieee80211_fill_mesh_addresses()
528 memcpy(hdr->addr2, meshsa, ETH_ALEN); in ieee80211_fill_mesh_addresses()
529 memcpy(hdr->addr3, meshda, ETH_ALEN); in ieee80211_fill_mesh_addresses()
530 memcpy(hdr->addr4, meshsa, ETH_ALEN); in ieee80211_fill_mesh_addresses()
564 memcpy(meshhdr->eaddr1, addr4or5, ETH_ALEN); in ieee80211_new_mesh_header()
568 memcpy(meshhdr->eaddr1, addr4or5, ETH_ALEN); in ieee80211_new_mesh_header()
569 memcpy(meshhdr->eaddr2, addr6, ETH_ALEN); in ieee80211_new_mesh_header()
665 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in ieee80211_mesh_build_beacon()
666 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in ieee80211_mesh_build_beacon()
712 memcpy(bcn->head, skb->data, bcn->head_len); in ieee80211_mesh_build_beacon()
729 memcpy(bcn->tail, skb->data, bcn->tail_len); in ieee80211_mesh_build_beacon()
994 memcpy(skb_put(presp, bcn->head_len), bcn->head, bcn->head_len); in ieee80211_mesh_rx_probe_req()
995 memcpy(skb_put(presp, bcn->tail_len), bcn->tail, bcn->tail_len); in ieee80211_mesh_rx_probe_req()
999 memcpy(hdr->da, mgmt->sa, ETH_ALEN); in ieee80211_mesh_rx_probe_req()
1099 memcpy(&tmp_csa_settings->settings, csa_settings, in ieee80211_mesh_csa_beacon()
1138 memcpy(mgmt_fwd, mgmt, len); in mesh_fwd_csa_frame()
1140 memcpy(mgmt_fwd->sa, sdata->vif.addr, ETH_ALEN); in mesh_fwd_csa_frame()
1141 memcpy(mgmt_fwd->bssid, sdata->vif.addr, ETH_ALEN); in mesh_fwd_csa_frame()