Home
last modified time | relevance | path

Searched refs:ieee802_1x_hdr (Results 1 – 12 of 12) 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.c51 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send()
64 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()
142 struct ieee802_1x_hdr *hdr; in ieee802_1x_tx_key_one()
155 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_tx_key_one()
940 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
972 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
2443 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status()
2444 (const struct ieee802_1x_hdr *) buf; in ieee802_1x_eapol_tx_status()
Dwpa_auth.c934 struct ieee802_1x_hdr *hdr; in wpa_receive()
956 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()
1419 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()
1432 len = sizeof(struct ieee802_1x_hdr) + keyhdrlen; in __wpa_send_eapol()
1669 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()
1679 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()
2273 struct ieee802_1x_hdr *hdr; in wpa_aead_decrypt()
2281 hdr = (struct ieee802_1x_hdr *) buf; in wpa_aead_decrypt()
2764 struct ieee802_1x_hdr *hdr; in SM_STATE()
2840 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
[all …]
/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()
717 const struct ieee802_1x_hdr *hdr; in ibss_rsn_eapol_dst_supp()
727 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()
829 struct ieee802_1x_hdr *dot1x; in ieee802_1x_decapsulate_radius()
Dwpas_glue.c65 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2401 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu()
2448 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
3021 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check()
3034 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
3175 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3177 sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3356 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive()
3369 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c682 struct ieee802_1x_hdr *hdr; in eapol_sm_processKey()
706 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key; in eapol_sm_processKey()
1274 const struct ieee802_1x_hdr *hdr; in eapol_sm_rx_eapol()
1287 hdr = (const struct ieee802_1x_hdr *) buf; in eapol_sm_rx_eapol()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c98 struct ieee802_1x_hdr *s_hdr, *hdr; in wpa_eapol_key_send()
110 key_data_len = msg_len - sizeof(struct ieee802_1x_hdr) - in wpa_eapol_key_send()
118 hdr = (struct ieee802_1x_hdr *) buf; in wpa_eapol_key_send()
130 s_hdr = (struct ieee802_1x_hdr *) msg; in wpa_eapol_key_send()
2095 struct ieee802_1x_hdr *hdr; in wpa_supp_aead_decrypt()
2113 hdr = (struct ieee802_1x_hdr *) buf; in wpa_supp_aead_decrypt()
2180 const struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
2204 hdr = (const struct ieee802_1x_hdr *) buf; in wpa_sm_rx_eapol()
2243 key = (struct wpa_eapol_key *) (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/tests/
Dtest-eapol.c194 struct ieee802_1x_hdr *hdr; in supp_alloc_eapol()