Lines Matching refs:os_memcpy

30 	os_memcpy(prot, frame, len);  in bip_protect()
36 os_memcpy(pos, ipn, 6); in bip_protect()
51 os_memcpy(buf + 2, hdr->addr1, 3 * ETH_ALEN); in bip_protect()
52 os_memcpy(buf + 20, prot + 24, plen - 24); in bip_protect()
62 os_memcpy(pos, mic, igtk_len == 32 ? 16 : 8); in bip_protect()
95 os_memcpy(prot, frame, len); in bip_protect_s1g_beacon()
108 os_memcpy(pos, ipn, 6); /* BIPN */ in bip_protect_s1g_beacon()
135 os_memcpy(buf + 2, hdr->sa, ETH_ALEN); in bip_protect_s1g_beacon()
136 os_memcpy(buf + 8, hdr->change_seq, 1); in bip_protect_s1g_beacon()
143 os_memcpy(buf + 9, prot + IEEE80211_HDRLEN_S1G_BEACON, hdr_add_len); in bip_protect_s1g_beacon()
145 os_memcpy(buf + 9 + hdr_add_len, ipn, bce_add_len); in bip_protect_s1g_beacon()
146 os_memcpy(buf + 9 + hdr_add_len + bce_add_len, in bip_protect_s1g_beacon()
180 os_memcpy(pos, mic, mic_len); in bip_protect_s1g_beacon()
201 os_memcpy(prot, frame, len); in bip_gmac_protect()
207 os_memcpy(pos, ipn, 6); in bip_gmac_protect()
222 os_memcpy(buf + 2, hdr->addr1, 3 * ETH_ALEN); in bip_gmac_protect()
223 os_memcpy(buf + 20, prot + 24, plen - 24); in bip_gmac_protect()
228 os_memcpy(nonce, hdr->addr2, ETH_ALEN); in bip_gmac_protect()
276 os_memcpy(prot, frame, len); in bip_gmac_protect_s1g_beacon()
288 os_memcpy(pos, ipn, 6); /* BIPN */ in bip_gmac_protect_s1g_beacon()
315 os_memcpy(buf + 2, hdr->sa, ETH_ALEN); in bip_gmac_protect_s1g_beacon()
316 os_memcpy(buf + 8, hdr->change_seq, 1); in bip_gmac_protect_s1g_beacon()
323 os_memcpy(buf + 9, prot + IEEE80211_HDRLEN_S1G_BEACON, hdr_add_len); in bip_gmac_protect_s1g_beacon()
325 os_memcpy(buf + 9 + hdr_add_len, ipn, bce_add_len); in bip_gmac_protect_s1g_beacon()
326 os_memcpy(buf + 9 + hdr_add_len + bce_add_len, in bip_gmac_protect_s1g_beacon()
352 os_memcpy(nonce, hdr->sa, ETH_ALEN); in bip_gmac_protect_s1g_beacon()