EAP server: Add support for configuring fragment size
[libeap.git] / src / eap_server / eap.h
index 92400a5..637086b 100644 (file)
@@ -107,6 +107,7 @@ struct eap_config {
        struct wps_context *wps;
        const struct wpabuf *assoc_wps_ie;
        const u8 *peer_addr;
+       int fragment_size;
 };