Searched defs:eap_wsc_data (Results 1 – 1 of 1) sorted by relevance
19 struct eap_wsc_data { struct20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, WSC_FAIL } state;21 int registrar;22 struct wpabuf *in_buf;23 struct wpabuf *out_buf;24 enum wsc_op_code in_op_code, out_op_code;25 size_t out_used;26 size_t fragment_size;27 struct wps_data *wps;28 int ext_reg_timeout;