Home
last modified time | relevance | path

Searched refs:eap_auth_data (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c388 sta->eap_auth_data.add_mic)) { in send_auth_reply()
389 mic_len = wpa_mic_len(sta->eap_auth_data.akm, in send_auth_reply()
390 sta->eap_auth_data.pmk_len, in send_auth_reply()
464 sta->eap_auth_data.add_mic)) { in send_auth_reply()
501 if (wpa_auth_8021x_mic(sta->eap_auth_data.akm, in send_auth_reply()
502 sta->eap_auth_data.ptk.kck, in send_auth_reply()
503 sta->eap_auth_data.ptk.kck_len, in send_auth_reply()
2270 sta->eap_auth_data.rsnxe, in prepare_802_1x_auth_resp()
2271 sta->eap_auth_data.rsnxe_len); in prepare_802_1x_auth_resp()
2309 if (sta->eap_auth_data.ecdh) { in prepare_802_1x_auth_resp()
[all …]
H A Dsta_info.h360 struct eap_over_auth_data eap_auth_data; member
H A Dsta_info.c551 crypto_ecdh_deinit(sta->eap_auth_data.ecdh); in ap_free_sta()
552 wpabuf_clear_free(sta->eap_auth_data.dhss); in ap_free_sta()
553 os_free(sta->eap_auth_data.rsnxe); in ap_free_sta()
H A Dhostapd.c4271 ptk = &sta->eap_auth_data.ptk; in hostapd_new_assoc_sta()
4272 pmk = sta->eap_auth_data.pmk; in hostapd_new_assoc_sta()
4273 pmk_len = sta->eap_auth_data.pmk_len; in hostapd_new_assoc_sta()
H A Dieee802_1x.c2345 sta->eap_auth_data.auth_transaction + 1, in ieee802_1x_eapol_send()