Searched refs:ether_hdr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c2280 struct ieee8023_hdr *ether_hdr; local
2283 ether_hdr = wpabuf_put(pbuf, sizeof(*ether_hdr));
2284 os_memcpy(ether_hdr->dest, pae_group_addr, sizeof(ether_hdr->dest));
2285 os_memcpy(ether_hdr->src, participant->kay->actor_sci.addr,
2286 sizeof(ether_hdr->dest));
2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c2280 struct ieee8023_hdr *ether_hdr; local
2283 ether_hdr = wpabuf_put(pbuf, sizeof(*ether_hdr));
2284 os_memcpy(ether_hdr->dest, pae_group_addr, sizeof(ether_hdr->dest));
2285 os_memcpy(ether_hdr->src, participant->kay->actor_sci.addr,
2286 sizeof(ether_hdr->dest));
2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c2280 struct ieee8023_hdr *ether_hdr; local
2283 ether_hdr = wpabuf_put(pbuf, sizeof(*ether_hdr));
2284 os_memcpy(ether_hdr->dest, pae_group_addr, sizeof(ether_hdr->dest));
2285 os_memcpy(ether_hdr->src, participant->kay->actor_sci.addr,
2286 sizeof(ether_hdr->dest));
2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);

Completed in 470 milliseconds