Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.h42 struct wpa_eapol_key *key, u16 ver,
45 struct wpa_eapol_key *key, u16 key_info, u16 ver);
47 struct wpa_eapol_key *key, size_t extra_len,
56 struct wpa_eapol_key *key, u16 ver, in peerkey_verify_eapol_key_mic()
64 struct wpa_eapol_key *key, u16 key_info, u16 ver) in peerkey_rx_eapol_4way()
70 struct wpa_eapol_key *key, size_t extra_len, in peerkey_rx_eapol_smk()
Dpeerkey.c67 struct wpa_eapol_key *err; in wpa_supplicant_send_smk_error()
124 const struct wpa_eapol_key *key, in wpa_supplicant_send_smk_m3()
128 struct wpa_eapol_key *reply; in wpa_supplicant_send_smk_m3()
176 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m2()
326 struct wpa_eapol_key *msg; in wpa_supplicant_send_stk_1_of_4()
383 struct wpa_eapol_key *msg; in wpa_supplicant_send_stk_3_of_4()
459 const struct wpa_eapol_key *key, in wpa_supplicant_process_smk_m5()
514 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m45()
596 const struct wpa_eapol_key *key, size_t extra_len) in wpa_supplicant_process_smk_error()
658 const struct wpa_eapol_key *key, in wpa_supplicant_process_stk_1_of_4()
[all …]
Dwpa_i.h16 struct wpa_eapol_key;
305 const struct wpa_eapol_key *key,
310 const struct wpa_eapol_key *key,
316 const struct wpa_eapol_key *key,
Dwpa.c88 struct wpa_eapol_key *reply; in wpa_sm_key_request()
271 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
277 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
356 const struct wpa_eapol_key *key, in wpa_derive_ptk()
375 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
511 const struct wpa_eapol_key *key) in wpa_supplicant_install_ptk()
661 const struct wpa_eapol_key *key, in wpa_supplicant_pairwise_gtk()
991 const struct wpa_eapol_key *key, in wpa_supplicant_send_4_of_4()
997 struct wpa_eapol_key *reply; in wpa_supplicant_send_4_of_4()
1034 const struct wpa_eapol_key *key, in wpa_supplicant_process_3_of_4()
[all …]
Dwpa_ft.c22 const struct wpa_eapol_key *key, in wpa_derive_ptk_ft()
/external/wpa_supplicant_8/src/ap/
Dpeerkey_auth.c82 struct wpa_state_machine *sm, struct wpa_eapol_key *key) in wpa_smk_m1()
147 struct wpa_eapol_key *key, in wpa_send_smk_m4()
200 struct wpa_eapol_key *key, in wpa_send_smk_m5()
256 struct wpa_state_machine *sm, struct wpa_eapol_key *key) in wpa_smk_m3()
327 struct wpa_state_machine *sm, struct wpa_eapol_key *key) in wpa_smk_error()
Dwpa_auth_i.h212 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
214 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
216 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
Dwpa_auth.c750 struct wpa_eapol_key *key; in wpa_receive()
767 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1222 struct wpa_eapol_key *key; in __wpa_send_eapol()
1230 len = sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key); in __wpa_send_eapol()
1271 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1410 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1419 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
Dieee802_1x.c1829 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
1830 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
1831 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h164 struct wpa_eapol_key { struct
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c706 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp()
716 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()