Home
last modified time | relevance | path

Searched refs:ieee8023_hdr (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c36 struct ieee8023_hdr { struct
83 struct ieee8023_hdr *hdr; in handle_data()
88 /* must contain at least ieee8023_hdr 6 byte source, 6 byte dest, in handle_data()
96 hdr = (struct ieee8023_hdr *) buf; in handle_data()
291 struct ieee8023_hdr *hdr; in wired_send_eapol()
H A Ddriver_macsec_qca.c137 struct ieee8023_hdr *hdr; in macsec_qca_handle_data()
151 hdr = (struct ieee8023_hdr *) buf; in macsec_qca_handle_data()
350 struct ieee8023_hdr *hdr; in macsec_qca_send_eapol()
H A Ddriver_macsec_linux.c1410 struct ieee8023_hdr *hdr; in macsec_drv_handle_data()
1415 /* must contain at least ieee8023_hdr 6 byte source, 6 byte dest, in macsec_drv_handle_data()
1423 hdr = (struct ieee8023_hdr *) buf; in macsec_drv_handle_data()
1578 struct ieee8023_hdr *hdr; in macsec_drv_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c36 struct ieee8023_hdr { struct
83 struct ieee8023_hdr *hdr; in handle_data()
88 /* must contain at least ieee8023_hdr 6 byte source, 6 byte dest, in handle_data()
96 hdr = (struct ieee8023_hdr *) buf; in handle_data()
291 struct ieee8023_hdr *hdr; in wired_send_eapol()
H A Ddriver_macsec_qca.c137 struct ieee8023_hdr *hdr; in macsec_qca_handle_data()
151 hdr = (struct ieee8023_hdr *) buf; in macsec_qca_handle_data()
372 struct ieee8023_hdr *hdr; in macsec_qca_send_eapol()
H A Ddriver_macsec_linux.c1411 struct ieee8023_hdr *hdr; in macsec_drv_handle_data()
1416 /* must contain at least ieee8023_hdr 6 byte source, 6 byte dest, in macsec_drv_handle_data()
1424 hdr = (struct ieee8023_hdr *) buf; in macsec_drv_handle_data()
1579 struct ieee8023_hdr *hdr; in macsec_drv_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Deapol_common.h25 struct ieee8023_hdr { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Deapol_common.h25 struct ieee8023_hdr { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c2410 struct ieee8023_hdr *ether_hdr; in ieee802_1x_kay_encode_mkpdu()
2458 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
3030 struct ieee8023_hdr *eth_hdr; in ieee802_1x_kay_mkpdu_sanity_check()
3043 eth_hdr = (struct ieee8023_hdr *) buf; in ieee802_1x_kay_mkpdu_sanity_check()
3185 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3186 left_len = len - sizeof(struct ieee8023_hdr) - in ieee802_1x_kay_decode_mkpdu()
3365 struct ieee8023_hdr *eth_hdr; in kay_l2_receive()
3371 /* must contain at least ieee8023_hdr + ieee802_1x_hdr */ in kay_l2_receive()
3378 eth_hdr = (struct ieee8023_hdr *) buf; in kay_l2_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c2447 struct ieee8023_hdr *ether_hdr; in ieee802_1x_kay_encode_mkpdu()
2495 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
3067 struct ieee8023_hdr *eth_hdr; in ieee802_1x_kay_mkpdu_validity_check()
3080 eth_hdr = (struct ieee8023_hdr *) buf; in ieee802_1x_kay_mkpdu_validity_check()
3222 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3223 left_len = len - sizeof(struct ieee8023_hdr) - in ieee802_1x_kay_decode_mkpdu()
3402 struct ieee8023_hdr *eth_hdr; in kay_l2_receive()
3408 /* must contain at least ieee8023_hdr + ieee802_1x_hdr */ in kay_l2_receive()
3415 eth_hdr = (struct ieee8023_hdr *) buf; in kay_l2_receive()

Completed in 19 milliseconds