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/
H A 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);
H A 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 *ke in wpa_supplicant_install_ptk()
[all...]
H A 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/
H A Dwpa_i.h15 struct wpa_eapol_key;
501 const struct wpa_eapol_key *key,
506 const struct wpa_eapol_key *key,
511 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
H A Dwpa.c149 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send()
161 sizeof(struct wpa_eapol_key) - 2; in wpa_eapol_key_send()
169 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_eapol_key_send()
181 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send()
232 struct wpa_eapol_key *reply; in wpa_sm_key_request()
532 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
538 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
631 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
780 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
1068 const struct wpa_eapol_key *ke
[all...]
H A 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_standard/src/ap/
H A Dwpa_auth.c1044 struct wpa_eapol_key *key; in wpa_receive()
1066 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1522 struct wpa_eapol_key *key; in __wpa_send_eapol()
1579 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1774 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1784 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2456 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2464 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2970 struct wpa_eapol_key *key; in SM_STATE()
3064 key = (struct wpa_eapol_key *) (hd in SM_STATE()
[all...]
H A 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/src/ap/
H A 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 *) (hd in SM_STATE()
[all...]
H A 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/wpa_supplicant/
H A 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/
H A Dibss_rsn.c745 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp()
755 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.h184 struct wpa_eapol_key { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h218 struct wpa_eapol_key { struct

Completed in 30 milliseconds