Added Doxygen documentation for WPS code

This commit is contained in:
Jouni Malinen 2009-01-03 19:50:49 +02:00
parent 875f6d7b93
commit f90c86d4a3
11 changed files with 394 additions and 43 deletions

View file

@ -25,7 +25,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;