automake build system
[mech_eap.orig] / src / eap_server / eap.h
index 92400a5..0c09923 100644 (file)
@@ -95,6 +95,7 @@ struct eap_config {
        void *eap_sim_db_priv;
        Boolean backend_auth;
        int eap_server;
+       u16 pwd_group;
        u8 *pac_opaque_encr_key;
        u8 *eap_fast_a_id;
        size_t eap_fast_a_id_len;
@@ -106,7 +107,9 @@ struct eap_config {
        int tnc;
        struct wps_context *wps;
        const struct wpabuf *assoc_wps_ie;
+       const struct wpabuf *assoc_p2p_ie;
        const u8 *peer_addr;
+       int fragment_size;
 };