Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c46 struct ieee802_1x_hdr *hdr; in rsn_preauth_receive()
59 hdr = (struct ieee802_1x_hdr *) (ethhdr + 1); in rsn_preauth_receive()
H A Dieee802_1x.c55 struct ieee802_1x_hdr *xhdr; in ieee802_1x_send()
67 xhdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_send()
215 struct ieee802_1x_hdr *hdr; in ieee802_1x_tx_key_one()
228 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_tx_key_one()
1122 struct ieee802_1x_hdr *hdr; in ieee802_1x_receive()
1155 hdr = (struct ieee802_1x_hdr *) buf; in ieee802_1x_receive()
2699 const struct ieee802_1x_hdr *xhdr = in ieee802_1x_eapol_tx_status()
2700 (const struct ieee802_1x_hdr *) buf; in ieee802_1x_eapol_tx_status()
H A Dwpa_auth.c1538 struct ieee802_1x_hdr *hdr;
1562 hdr = (struct ieee802_1x_hdr *) data;
1971 struct ieee802_1x_hdr *hdr;
1984 len = sizeof(struct ieee802_1x_hdr) + keyhdrlen;
2253 struct ieee802_1x_hdr *hdr;
2263 hdr = (struct ieee802_1x_hdr *) data;
3047 struct ieee802_1x_hdr *hdr;
3055 hdr = (struct ieee802_1x_hdr *) buf;
3637 struct ieee802_1x_hdr *hdr;
3777 hdr = (struct ieee802_1x_hdr *) sm->last_rx_eapol_key;
[all …]
/freebsd/contrib/wpa/src/common/
H A Deapol_common.h18 struct ieee802_1x_hdr { struct
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c88 struct ieee802_1x_hdr *hdr; in supp_alloc_eapol()
733 const struct ieee802_1x_hdr *hdr; in ibss_rsn_eapol_dst_supp()
743 hdr = (const struct ieee802_1x_hdr *) buf; in ibss_rsn_eapol_dst_supp()
H A Dpreauth_test.c55 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
H A Deapol_test.c706 struct ieee802_1x_hdr *hdr; in send_eap_request_identity()
709 hdr = (struct ieee802_1x_hdr *) buf; in send_eap_request_identity()
842 struct ieee802_1x_hdr *dot1x; in ieee802_1x_decapsulate_radius()
H A Dwpas_glue.c66 struct ieee802_1x_hdr *hdr; in wpa_alloc_eapol()
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c697 struct ieee802_1x_hdr *hdr; in eapol_sm_processKey()
721 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key; in eapol_sm_processKey()
1291 const struct ieee802_1x_hdr *hdr; in eapol_sm_rx_eapol()
1312 hdr = (const struct ieee802_1x_hdr *) buf; in eapol_sm_rx_eapol()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c2468 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_encode_mkpdu()
2515 length += sizeof(struct ieee802_1x_hdr) + sizeof(struct ieee8023_hdr); in ieee802_1x_participant_send_mkpdu()
3106 struct ieee802_1x_hdr *eapol_hdr; in ieee802_1x_kay_mkpdu_validity_check()
3119 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in ieee802_1x_kay_mkpdu_validity_check()
3260 pos = buf + sizeof(struct ieee8023_hdr) + sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3262 sizeof(struct ieee802_1x_hdr); in ieee802_1x_kay_decode_mkpdu()
3441 struct ieee802_1x_hdr *eapol_hdr; in kay_l2_receive()
3454 eapol_hdr = (struct ieee802_1x_hdr *) (eth_hdr + 1); in kay_l2_receive()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c139 struct ieee802_1x_hdr *s_hdr, *hdr; in wpa_eapol_key_send()
151 key_data_len = msg_len - sizeof(struct ieee802_1x_hdr) - in wpa_eapol_key_send()
159 hdr = (struct ieee802_1x_hdr *) buf; in wpa_eapol_key_send()
171 s_hdr = (struct ieee802_1x_hdr *) msg; in wpa_eapol_key_send()
3483 struct ieee802_1x_hdr *hdr; in wpa_supp_aead_decrypt()
3501 hdr = (struct ieee802_1x_hdr *) buf; in wpa_supp_aead_decrypt()
3651 const struct ieee802_1x_hdr *hdr; in wpa_sm_rx_eapol()
3678 hdr = (const struct ieee802_1x_hdr *) buf; in wpa_sm_rx_eapol()
3717 key = (struct wpa_eapol_key *) (tmp + sizeof(struct ieee802_1x_hdr)); in wpa_sm_rx_eapol()