Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h15 struct wpa_eapol_key;
444 const struct wpa_eapol_key *key,
449 const struct wpa_eapol_key *key,
454 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
Dwpa.c100 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send()
112 sizeof(struct wpa_eapol_key) - 2; in wpa_eapol_key_send()
120 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_eapol_key_send()
132 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send()
183 struct wpa_eapol_key *reply; in wpa_sm_key_request()
479 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
485 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
578 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
659 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
886 const struct wpa_eapol_key *key, in wpa_supplicant_install_ptk()
[all …]
Dwpa_ft.c27 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c991 struct wpa_eapol_key *key; in wpa_receive()
1013 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1465 struct wpa_eapol_key *key; in __wpa_send_eapol()
1522 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1712 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1722 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2378 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2386 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2880 struct wpa_eapol_key *key; in SM_STATE()
2974 key = (struct wpa_eapol_key *) (hdr + 1); in SM_STATE()
[all …]
Dieee802_1x.c2587 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
2588 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
2590 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h195 struct wpa_eapol_key { struct