Lines Matching refs:os_memcpy

86 	os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->ssid_len);  in hostapd_wpa_auth_conf()
88 os_memcpy(wconf->mobility_domain, conf->mobility_domain, in hostapd_wpa_auth_conf()
93 os_memcpy(wconf->r0_key_holder, conf->nas_identifier, in hostapd_wpa_auth_conf()
96 os_memcpy(wconf->r1_key_holder, conf->r1_key_holder, FT_R1KH_ID_LEN); in hostapd_wpa_auth_conf()
131 os_memcpy(wconf->own_ie_override, in hostapd_wpa_auth_conf()
138 os_memcpy(wconf->rsne_override, in hostapd_wpa_auth_conf()
146 os_memcpy(wconf->rsnoe_override, in hostapd_wpa_auth_conf()
154 os_memcpy(wconf->rsno2e_override, in hostapd_wpa_auth_conf()
162 os_memcpy(wconf->rsnxe_override, in hostapd_wpa_auth_conf()
170 os_memcpy(wconf->rsnxoe_override, in hostapd_wpa_auth_conf()
180 os_memcpy(wconf->rsne_override_eapol, in hostapd_wpa_auth_conf()
189 os_memcpy(wconf->rsnxe_override_eapol, in hostapd_wpa_auth_conf()
198 os_memcpy(wconf->rsne_override_ft, in hostapd_wpa_auth_conf()
207 os_memcpy(wconf->rsnxe_override_ft, in hostapd_wpa_auth_conf()
214 os_memcpy(wconf->gtk_rsc_override, in hostapd_wpa_auth_conf()
222 os_memcpy(wconf->igtk_rsc_override, in hostapd_wpa_auth_conf()
241 os_memcpy(wconf->ip_addr_go, conf->ip_addr_go, 4); in hostapd_wpa_auth_conf()
242 os_memcpy(wconf->ip_addr_mask, conf->ip_addr_mask, 4); in hostapd_wpa_auth_conf()
243 os_memcpy(wconf->ip_addr_start, conf->ip_addr_start, 4); in hostapd_wpa_auth_conf()
244 os_memcpy(wconf->ip_addr_end, conf->ip_addr_end, 4); in hostapd_wpa_auth_conf()
248 os_memcpy(wconf->fils_cache_id, conf->fils_cache_id, in hostapd_wpa_auth_conf()
498 os_memcpy(msk, key, keylen); in hostapd_wpa_auth_get_msk()
535 os_memcpy(sta->last_tk, key, key_len); in hostapd_wpa_auth_set_key()
546 os_memcpy(hapd->last_igtk, key, key_len); in hostapd_wpa_auth_set_key()
552 os_memcpy(hapd->last_bigtk, key, key_len); in hostapd_wpa_auth_set_key()
559 os_memcpy(hapd->last_gtk, key, key_len); in hostapd_wpa_auth_set_key()
750 os_memcpy(data->addr, idata->src_hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_ft_iter()
751 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_ft_iter()
816 os_memcpy(buf->h_dest, dst, ETH_ALEN); in hostapd_wpa_auth_send_ether()
817 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ether()
819 os_memcpy(buf + 1, data, data_len); in hostapd_wpa_auth_send_ether()
939 os_memcpy(data->src_addr, src_hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_oui_iter()
940 os_memcpy(data->dst_addr, idata->dst_addr, ETH_ALEN); in hostapd_wpa_auth_oui_iter()
941 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_oui_iter()
1124 os_memcpy(m->da, dst, ETH_ALEN); in hostapd_wpa_auth_send_ft_action()
1125 os_memcpy(m->sa, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ft_action()
1126 os_memcpy(m->bssid, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ft_action()
1127 os_memcpy(&m->u, data, data_len); in hostapd_wpa_auth_send_ft_action()
1299 os_memcpy(sta->identity, identity, identity_len); in hostapd_wpa_auth_set_identity()
1305 os_memcpy(sta->eapol_sm->identity, identity, identity_len); in hostapd_wpa_auth_set_identity()
1368 os_memcpy(sta->radius_cui, radius_cui, radius_cui_len); in hostapd_wpa_auth_set_radius_cui()