EAP-pwd: Add support for EAP-pwd server and peer functionality
[libeap.git] / src / eap_server / eap_i.h
index d52b86f..daac746 100644 (file)
@@ -181,10 +181,17 @@ 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;
 
        Boolean start_reauth;
+
+       u8 peer_addr[ETH_ALEN];
+
+       /* Fragmentation size for EAP method init() handler */
+       int fragment_size;
 };
 
 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len,