Home
last modified time | relevance | path

Searched refs:ieee802_1x_hdr (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c46 struct ieee802_1x_hdr *hdr; in rsn_preauth_receive()
59 hdr = (struct ieee802_1x_hdr *) (ethhdr + 1); in rsn_preauth_receive()
Dieee802_1x.c49 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send()
62 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()
140 struct ieee802_1x_hdr *hdr; in ieee802_1x_tx_key_one()
153 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_tx_key_one()
900 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
932 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
2316 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status()
2317 (const struct ieee802_1x_hdr *) buf; in ieee802_1x_eapol_tx_status()
Dwpa_auth.c878 struct ieee802_1x_hdr *hdr; in wpa_receive()
899 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()
1413 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()
1427 len = sizeof(struct ieee802_1x_hdr) + keyhdrlen; in __wpa_send_eapol()
1642 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()
1653 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()
/external/wpa_supplicant_8/src/common/
Deapol_common.h18 struct ieee802_1x_hdr { struct
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c82 struct ieee802_1x_hdr *hdr; in supp_alloc_eapol()
709 const struct ieee802_1x_hdr *hdr; in ibss_rsn_eapol_dst_supp()
719 hdr = (const struct ieee802_1x_hdr *) buf; in ibss_rsn_eapol_dst_supp()
Dpreauth_test.c48 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
Deapol_test.c704 struct ieee802_1x_hdr *hdr; in send_eap_request_identity()
707 hdr = (struct ieee802_1x_hdr *) buf; in send_eap_request_identity()
828 struct ieee802_1x_hdr *dot1x; in ieee802_1x_decapsulate_radius()
Dwpas_glue.c64 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2281 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu()
2318 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
2879 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check()
2889 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
2991 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
2993 sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3085 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive()
3095 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c663 struct ieee802_1x_hdr *hdr; in eapol_sm_processKey()
687 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key; in eapol_sm_processKey()
1252 const struct ieee802_1x_hdr *hdr; in eapol_sm_rx_eapol()
1265 hdr = (const struct ieee802_1x_hdr *) buf; in eapol_sm_rx_eapol()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c1764 const struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
1790 hdr = (const struct ieee802_1x_hdr *) buf; in wpa_sm_rx_eapol()
1830 key = (struct wpa_eapol_key *) (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()
1832 (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()