EAP-pwd: Add support for EAP-pwd server and peer functionality

This adds an initial EAP-pwd (RFC 5931) implementation. For now,
this requires OpenSSL.
This commit is contained in:
Dan Harkins 2010-09-14 21:51:40 -10:00 committed by Jouni Malinen
parent ea184114ca
commit df684d82ff
23 changed files with 2038 additions and 0 deletions

View file

@ -181,6 +181,7 @@ struct eap_sm {
int pac_key_refresh_time;
int eap_sim_aka_result_ind;
int tnc;
u16 pwd_group;
struct wps_context *wps;
struct wpabuf *assoc_wps_ie;
struct wpabuf *assoc_p2p_ie;