Lines Matching refs:memcpy
305 memcpy(hdr->IEEE80211_DA_FROMDS, addr, ETH_ALEN); in hostap_send_eapol()
306 memcpy(hdr->IEEE80211_BSSID_FROMDS, own_addr, ETH_ALEN); in hostap_send_eapol()
307 memcpy(hdr->IEEE80211_SA_FROMDS, own_addr, ETH_ALEN); in hostap_send_eapol()
310 memcpy(pos, rfc1042_header, sizeof(rfc1042_header)); in hostap_send_eapol()
314 memcpy(pos, data, data_len); in hostap_send_eapol()
343 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_set_flags()
424 memcpy(param->sta_addr, addr, ETH_ALEN); in wpa_driver_hostap_set_key()
449 memcpy((u8 *) (param + 1), key, key_len); in wpa_driver_hostap_set_key()
653 memcpy(param.sta_addr, params->addr, ETH_ALEN); in hostap_sta_add()
670 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_remove()
686 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_get_inact_sec()
702 memcpy(param.sta_addr, addr, ETH_ALEN); in hostap_sta_clear_stats()
837 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); in hostapd_wireless_event_wireless()
850 memcpy(dpos, pos + IW_EV_LCP_LEN, in hostapd_wireless_event_wireless()
853 memcpy(&iwe_buf, pos, sizeof(struct iw_event)); in hostapd_wireless_event_wireless()
864 memcpy(buf, custom, iwe->u.data.length); in hostapd_wireless_event_wireless()
982 memcpy(drv->iface, params->ifname, sizeof(drv->iface)); in hostap_init()
1053 memcpy(mgmt.da, addr, ETH_ALEN); in hostap_sta_deauth()
1054 memcpy(mgmt.sa, own_addr, ETH_ALEN); in hostap_sta_deauth()
1055 memcpy(mgmt.bssid, own_addr, ETH_ALEN); in hostap_sta_deauth()
1091 memcpy(mgmt.da, addr, ETH_ALEN); in hostap_sta_disassoc()
1092 memcpy(mgmt.sa, own_addr, ETH_ALEN); in hostap_sta_disassoc()
1093 memcpy(mgmt.bssid, own_addr, ETH_ALEN); in hostap_sta_disassoc()