Searched refs:wpa_eapol_key (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 15 struct wpa_eapol_key; 531 const struct wpa_eapol_key *key, 536 const struct wpa_eapol_key *key, 541 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
|
H A D | wpa.c | 140 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send() 152 sizeof(struct wpa_eapol_key) - 2; in wpa_eapol_key_send() 160 key = (struct wpa_eapol_key *) (hdr + 1); in wpa_eapol_key_send() 172 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send() 223 struct wpa_eapol_key *reply; in wpa_sm_key_request() 526 const struct wpa_eapol_key *key, in wpa_supplicant_send_2_of_4() 532 struct wpa_eapol_key *reply; in wpa_supplicant_send_2_of_4() 684 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk() 853 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4_wpa() 920 const struct wpa_eapol_key *key, in wpa_supplicant_process_1_of_4() [all …]
|
H A D | wpa_ft.c | 38 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.c | 1455 const struct wpa_eapol_key *key, 1539 struct wpa_eapol_key *key; 1563 key = (struct wpa_eapol_key *) (hdr + 1); 1972 struct wpa_eapol_key *key; 2029 key = (struct wpa_eapol_key *) (hdr + 1); 2254 struct wpa_eapol_key *key; 2264 key = (struct wpa_eapol_key *) (hdr + 1); 3048 struct wpa_eapol_key *key; 3056 key = (struct wpa_eapol_key *) (hdr + 1); 3638 struct wpa_eapol_key *key; [all …]
|
H A D | ieee802_1x.c | 2724 if (pos + sizeof(struct wpa_eapol_key) <= buf + len) { in ieee802_1x_eapol_tx_status() 2725 const struct wpa_eapol_key *wpa; in ieee802_1x_eapol_tx_status() 2727 wpa = (const struct wpa_eapol_key *) pos; in ieee802_1x_eapol_tx_status()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ibss_rsn.c | 734 const struct wpa_eapol_key *key; in ibss_rsn_eapol_dst_supp() 744 key = (const struct wpa_eapol_key *) (hdr + 1); in ibss_rsn_eapol_dst_supp()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.h | 226 struct wpa_eapol_key { struct
|