Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:wps

15 #include "wps/wps.h"
16 #include "wps/wps_defs.h"
27 struct wps_data *wps;
149 struct wps_context *wps;
154 wps = sm->wps;
155 if (wps == NULL) {
156 wpa_printf(MSG_ERROR, "EAP-WSC: WPS context not available");
179 data->wps_ctx = wps;
182 cfg.wps = wps;
232 "WPS");
236 data->wps = wps_init(&cfg);
237 if (data->wps == NULL) {
255 /* Use reduced client timeout for WPS to avoid long wait */
268 wps_deinit(data->wps);
507 res = wps_process_msg(data->wps, op_code, data->in_buf);
510 wpa_printf(MSG_DEBUG, "EAP-WSC: WPS processing completed "
519 wpa_printf(MSG_DEBUG, "EAP-WSC: WPS processing failed");
530 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
533 "message from WPS");
542 /* Use reduced client timeout for WPS to avoid long wait */