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;
151 struct wps_context *wps;
157 wps = sm->wps;
158 if (wps == NULL) {
159 wpa_printf(MSG_ERROR, "EAP-WSC: WPS context not available");
182 data->wps_ctx = wps;
185 cfg.wps = wps;
258 "WPS");
262 data->wps = wps_init(&cfg);
263 if (data->wps == NULL) {
281 /* Use reduced client timeout for WPS to avoid long wait */
294 wps_deinit(data->wps);
533 res = wps_process_msg(data->wps, op_code, data->in_buf);
536 wpa_printf(MSG_DEBUG, "EAP-WSC: WPS processing completed "
545 wpa_printf(MSG_DEBUG, "EAP-WSC: WPS processing failed");
556 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
559 "message from WPS");
568 /* Use reduced client timeout for WPS to avoid long wait */