automake build system
[mech_eap.orig] / src / radius / radius_server.h
index 43942de..126e314 100644 (file)
@@ -143,6 +143,13 @@ struct radius_server_conf {
        int tnc;
 
        /**
+        * pwd_group - EAP-pwd D-H group
+        *
+        * This is used to select which D-H group to use with EAP-pwd.
+        */
+       u16 pwd_group;
+
+       /**
         * wps - Wi-Fi Protected Setup context
         *
         * If WPS is used with an external RADIUS server (which is quite
@@ -189,6 +196,11 @@ struct radius_server_conf {
         * eap_req_id_text_len - Length of eap_req_id_text buffer in octets
         */
        size_t eap_req_id_text_len;
+
+       /*
+        * msg_ctx - Context data for wpa_msg() calls
+        */
+       void *msg_ctx;
 };