Searched refs:wpa_eapol_key (Results 1 – 7 of 7) sorted by relevance
15 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);
99 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 …]
25 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
935 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 …]
2468 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()
718 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()
184 struct wpa_eapol_key { struct