Searched defs:eth_hdr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c2878 struct ieee8023_hdr *eth_hdr; local
2888 eth_hdr = (struct ieee8023_hdr *) buf;
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
2893 if (os_memcmp(eth_hdr->dest, pae_group_addr, ETH_ALEN) != 0) {
3084 struct ieee8023_hdr *eth_hdr; local
3088 if (len < sizeof(*eth_hdr) + sizeof(*eapol_hdr)) {
3094 eth_hdr = (struct ieee8023_hdr *) buf;
3095 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
3096 if (len != sizeof(*eth_hdr) + sizeof(*eapol_hdr) +
3109 if (ntohs(eth_hdr
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c2878 struct ieee8023_hdr *eth_hdr; local
2888 eth_hdr = (struct ieee8023_hdr *) buf;
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
2893 if (os_memcmp(eth_hdr->dest, pae_group_addr, ETH_ALEN) != 0) {
3084 struct ieee8023_hdr *eth_hdr; local
3088 if (len < sizeof(*eth_hdr) + sizeof(*eapol_hdr)) {
3094 eth_hdr = (struct ieee8023_hdr *) buf;
3095 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
3096 if (len != sizeof(*eth_hdr) + sizeof(*eapol_hdr) +
3109 if (ntohs(eth_hdr
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c2878 struct ieee8023_hdr *eth_hdr; local
2888 eth_hdr = (struct ieee8023_hdr *) buf;
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
2893 if (os_memcmp(eth_hdr->dest, pae_group_addr, ETH_ALEN) != 0) {
3084 struct ieee8023_hdr *eth_hdr; local
3088 if (len < sizeof(*eth_hdr) + sizeof(*eapol_hdr)) {
3094 eth_hdr = (struct ieee8023_hdr *) buf;
3095 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1);
3096 if (len != sizeof(*eth_hdr) + sizeof(*eapol_hdr) +
3109 if (ntohs(eth_hdr
[all...]

Completed in 60 milliseconds