Searched refs:wpa_eapol_key (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 283 struct wpa_eapol_key *reply; in wpa_sm_key_request() 546 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4() 552 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4() 647 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk() 661 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4() 1215 const struct wpa_eapol_key *key, in wpa_supplicant_send_4_of_4() 1220 struct wpa_eapol_key *reply; in wpa_supplicant_send_4_of_4() 1263 static void wpa_sm_set_seq(struct wpa_sm *sm, struct wpa_eapol_key *key, u8 isptk) in wpa_sm_set_seq() 1282 struct wpa_eapol_key *key, in wpa_supplicant_process_3_of_4() 1514 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_2_wpa() [all …]
|
D | wpa_i.h | 211 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
|
D | wpa_ft.c | 24 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 625 struct wpa_eapol_key *key; in wpa_receive() 640 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive() 1013 struct wpa_eapol_key *key; in __wpa_send_eapol() 1023 len = sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key); in __wpa_send_eapol() 1067 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol() 1218 struct wpa_eapol_key *key; in wpa_verify_key_mic() 1230 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic() 1625 struct wpa_eapol_key *key; in SM_STATE() 1675 key = (struct wpa_eapol_key *) (hdr + 1); in SM_STATE()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 160 struct wpa_eapol_key { struct
|