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.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()
904 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
936 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
2355 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status()
2356 (const struct ieee802_1x_hdr *) buf; in ieee802_1x_eapol_tx_status()
Dwpa_auth.c894 struct ieee802_1x_hdr *hdr; in wpa_receive()
917 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()
1405 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()
1418 len = sizeof(struct ieee802_1x_hdr) + keyhdrlen; in __wpa_send_eapol()
1646 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()
1656 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()
2091 struct ieee802_1x_hdr *hdr; in wpa_aead_decrypt()
2099 hdr = (struct ieee802_1x_hdr *) buf; in wpa_aead_decrypt()
2441 struct ieee802_1x_hdr *hdr; in SM_STATE()
2504 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
/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()
711 const struct ieee802_1x_hdr *hdr; in ibss_rsn_eapol_dst_supp()
721 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.c65 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c91 struct ieee802_1x_hdr *s_hdr, *hdr; in wpa_eapol_key_send()
103 key_data_len = msg_len - sizeof(struct ieee802_1x_hdr) - in wpa_eapol_key_send()
111 hdr = (struct ieee802_1x_hdr *) buf; in wpa_eapol_key_send()
123 s_hdr = (struct ieee802_1x_hdr *) msg; in wpa_eapol_key_send()
1819 struct ieee802_1x_hdr *hdr; in wpa_supp_aead_decrypt()
1837 hdr = (struct ieee802_1x_hdr *) buf; in wpa_supp_aead_decrypt()
1904 const struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
1929 hdr = (const struct ieee802_1x_hdr *) buf; in wpa_sm_rx_eapol()
1969 key = (struct wpa_eapol_key *) (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c2245 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu()
2282 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
2849 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check()
2859 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_sanity_check()
2958 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
2960 sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3050 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive()
3060 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.c665 struct ieee802_1x_hdr *hdr; in eapol_sm_processKey()
689 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key; in eapol_sm_processKey()
1254 const struct ieee802_1x_hdr *hdr; in eapol_sm_rx_eapol()
1267 hdr = (const struct ieee802_1x_hdr *) buf; in eapol_sm_rx_eapol()