Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h15 struct wpa_eapol_key;
417 const struct wpa_eapol_key *key,
422 const struct wpa_eapol_key *key,
427 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
Dwpa.c99 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send()
111 sizeof(struct wpa_eapol_key) - 2; in wpa_eapol_key_send()
119 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_eapol_key_send()
131 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send()
182 struct wpa_eapol_key *reply; in wpa_sm_key_request()
470 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
476 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
561 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
587 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
784 const struct wpa_eapol_key *key) in wpa_supplicant_install_ptk()
[all …]
Dwpa_ft.c26 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.c955 struct wpa_eapol_key *key; in wpa_receive()
977 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1442 struct wpa_eapol_key *key; in __wpa_send_eapol()
1500 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1692 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1702 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2337 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2345 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2828 struct wpa_eapol_key *key; in SM_STATE()
2910 key = (struct wpa_eapol_key *) (hdr + 1); in SM_STATE()
[all …]
Dieee802_1x.c2582 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
2583 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
2584 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth.c1027 struct wpa_eapol_key *key; in wpa_receive()
1049 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1505 struct wpa_eapol_key *key; in __wpa_send_eapol()
1562 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1752 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1762 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2434 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2442 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2948 struct wpa_eapol_key *key; in SM_STATE()
3042 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dibss_rsn.c718 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp()
728 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.h184 struct wpa_eapol_key { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.h201 struct wpa_eapol_key { struct