Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/rsn_supp/
HDpeerkey.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()
HDpeerkey.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()
332 struct wpa_eapol_key *msg; in wpa_supplicant_send_stk_1_of_4()
389 struct wpa_eapol_key *msg; in wpa_supplicant_send_stk_3_of_4()
465 const struct wpa_eapol_key *key, in wpa_supplicant_process_smk_m5()
525 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m45()
607 const struct wpa_eapol_key *key, size_t extra_len) in wpa_supplicant_process_smk_error()
669 const struct wpa_eapol_key *key, in wpa_supplicant_process_stk_1_of_4()
[all …]
HDwpa_i.h16 struct wpa_eapol_key;
300 const struct wpa_eapol_key *key,
305 const struct wpa_eapol_key *key,
311 const struct wpa_eapol_key *key,
HDwpa.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()
513 const struct wpa_eapol_key *key) in wpa_supplicant_install_ptk()
663 const struct wpa_eapol_key *key, in wpa_supplicant_pairwise_gtk()
997 const struct wpa_eapol_key *key, in wpa_supplicant_send_4_of_4()
1003 struct wpa_eapol_key *reply; in wpa_supplicant_send_4_of_4()
1040 const struct wpa_eapol_key *key, in wpa_supplicant_process_3_of_4()
[all …]
HDwpa_ft.c22 const struct wpa_eapol_key *key, in wpa_derive_ptk_ft()
/trueos/contrib/wpa/src/ap/
HDpeerkey_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()
HDwpa_auth_i.h211 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
213 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
215 struct wpa_state_machine *sm, struct wpa_eapol_key *key);
HDwpa_auth.c742 struct wpa_eapol_key *key; in wpa_receive()
759 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_receive()
1214 struct wpa_eapol_key *key; in __wpa_send_eapol()
1222 len = sizeof(struct ieee802_1x_hdr) + sizeof(struct wpa_eapol_key); in __wpa_send_eapol()
1263 key = (struct wpa_eapol_key *) (hdr + 1); in __wpa_send_eapol()
1392 struct wpa_eapol_key *key; in wpa_verify_key_mic()
1401 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_verify_key_mic()
HDieee802_1x.c1938 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status()
1939 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status()
1940 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
/trueos/contrib/wpa/wpa_supplicant/
HDibss_rsn.c556 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp()
566 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()
/trueos/contrib/wpa/src/common/
HDwpa_common.h158 struct wpa_eapol_key { struct