Home
last modified time | relevance | path

Searched refs:wpa_eapol_key (Results 1 – 8 of 8) sorted by relevance

/hostap-3.6.0/wlantest/
Drx_eapol.c40 struct wpa_eapol_key *key; in check_mic()
48 key = (struct wpa_eapol_key *) (hdr + 1); in check_mic()
70 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_4()
82 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_1_of_4()
246 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_4()
262 hdr = (const struct wpa_eapol_key *) (eapol + 1); in rx_data_eapol_key_2_of_4()
352 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_rc4()
376 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_aes()
406 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data()
622 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_3_of_4()
[all …]
/hostap-3.6.0/src/rsn_supp/
Dwpa_i.h15 struct wpa_eapol_key;
488 const struct wpa_eapol_key *key,
493 const struct wpa_eapol_key *key,
498 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
Dwpa.c101 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send()
113 sizeof(struct wpa_eapol_key) - 2; in wpa_eapol_key_send()
121 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_eapol_key_send()
133 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send()
184 struct wpa_eapol_key *reply; in wpa_sm_key_request()
484 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
490 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
583 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
673 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
908 const struct wpa_eapol_key *key, in wpa_supplicant_install_ptk()
[all …]
Dwpa_ft.c37 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
/hostap-3.6.0/src/ap/
Dwpa_auth.c1021 struct wpa_eapol_key *key; in wpa_receive()
1043 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1499 struct wpa_eapol_key *key; in __wpa_send_eapol()
1556 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1746 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1756 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2425 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2433 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2939 struct wpa_eapol_key *key; in SM_STATE()
3033 key = (struct wpa_eapol_key *) (hdr + 1); in SM_STATE()
[all …]
Dieee802_1x.c2588 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
2589 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
2591 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/hostap-3.6.0/wpa_supplicant/
Dibss_rsn.c733 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp()
743 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()
/hostap-3.6.0/src/common/
Dwpa_common.h201 struct wpa_eapol_key { struct