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;
416 const struct wpa_eapol_key *key,
421 const struct wpa_eapol_key *key,
426 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()
444 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4()
450 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4()
535 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
561 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4()
758 const struct wpa_eapol_key *key) in wpa_supplicant_install_ptk()
[all …]
Dwpa_ft.c25 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c935 struct wpa_eapol_key *key; in wpa_receive()
957 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1420 struct wpa_eapol_key *key; in __wpa_send_eapol()
1478 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1670 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1680 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
2274 struct wpa_eapol_key *key; in wpa_aead_decrypt()
2282 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_aead_decrypt()
2765 struct wpa_eapol_key *key; in SM_STATE()
2841 key = (struct wpa_eapol_key *) (hdr + 1); in SM_STATE()
[all …]
Dieee802_1x.c2468 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
2469 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
2470 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h184 struct wpa_eapol_key { struct