Added Doxygen documentation for WPS code
[libeap.git] / src / eap_peer / eap_wsc.c
index 680d747..6c45993 100644 (file)
@@ -27,7 +27,7 @@ struct eap_wsc_data {
        int registrar;
        struct wpabuf *in_buf;
        struct wpabuf *out_buf;
-       u8 in_op_code, out_op_code;
+       enum wsc_op_code in_op_code, out_op_code;
        size_t out_used;
        size_t fragment_size;
        struct wps_data *wps;