Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDpreauth_auth.c46 struct ieee802_1x_hdr *hdr; in rsn_preauth_receive()
59 hdr = (struct ieee802_1x_hdr *) (ethhdr + 1); in rsn_preauth_receive()
HDieee802_1x.c55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send()
68 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()
150 struct ieee802_1x_hdr *hdr; in ieee802_1x_tx_key_one()
163 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_tx_key_one()
1027 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
1059 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
2557 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status()
2558 (const struct ieee802_1x_hdr *) buf; in ieee802_1x_eapol_tx_status()
HDwpa_auth.c948 struct ieee802_1x_hdr *hdr; in wpa_receive()
970 hdr = (struct ieee802_1x_hdr *) data; in wpa_receive()
1435 struct ieee802_1x_hdr *hdr; in __wpa_send_eapol()
1448 len = sizeof(struct ieee802_1x_hdr) + keyhdrlen; in __wpa_send_eapol()
1685 struct ieee802_1x_hdr *hdr; in wpa_verify_key_mic()
1695 hdr = (struct ieee802_1x_hdr *) data; in wpa_verify_key_mic()
2327 struct ieee802_1x_hdr *hdr; in wpa_aead_decrypt()
2335 hdr = (struct ieee802_1x_hdr *) buf; in wpa_aead_decrypt()
2818 struct ieee802_1x_hdr *hdr; in SM_STATE()
2900 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key; in SM_STATE()
[all …]
/freebsd-11-stable/contrib/wpa/src/common/
HDeapol_common.h18 struct ieee802_1x_hdr { struct
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDibss_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()
HDpreauth_test.c48 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
HDeapol_test.c700 struct ieee802_1x_hdr *hdr; in send_eap_request_identity()
703 hdr = (struct ieee802_1x_hdr *) buf; in send_eap_request_identity()
825 struct ieee802_1x_hdr *dot1x; in ieee802_1x_decapsulate_radius()
HDwpas_glue.c65 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
/freebsd-11-stable/contrib/wpa/src/pae/
HDieee802_1x_kay.c2411 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu()
2458 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
3031 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_sanity_check()
3044 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); 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()
3187 sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3366 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive()
3379 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
HDeapol_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()
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
HDwpa.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()
2121 struct ieee802_1x_hdr *hdr; in wpa_supp_aead_decrypt()
2139 hdr = (struct ieee802_1x_hdr *) buf; in wpa_supp_aead_decrypt()
2206 const struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
2230 hdr = (const struct ieee802_1x_hdr *) buf; in wpa_sm_rx_eapol()
2269 key = (struct wpa_eapol_key *) (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()