Searched refs:wpa_eapol_key (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.h | 42 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()
|
D | peerkey.c | 67 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 …]
|
D | wpa_i.h | 16 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,
|
D | wpa.c | 88 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 …]
|
D | wpa_ft.c | 22 const struct wpa_eapol_key *key, in wpa_derive_ptk_ft()
|
/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 82 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()
|
D | wpa_auth_i.h | 212 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);
|
D | wpa_auth.c | 750 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()
|
D | ieee802_1x.c | 1829 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/ |
D | wpa_common.h | 164 struct wpa_eapol_key { struct
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ibss_rsn.c | 706 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()
|