Home | History | Annotate | Download | only in wps

Lines Matching refs:wps

37  * struct wps_credential - WPS Credential
64 * struct wps_device_data - WPS Device Data
92 * struct wps_config - WPS configuration for a single registration protocol run
96 * wps - Pointer to long term WPS context
98 struct wps_context *wps;
121 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
131 * enum wps_process_res - WPS message processing result
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
172 * struct wps_registrar_config - WPS Registrar configuration
189 * set_ie_cb - Callback for WPS IE changes
191 * @beacon_ie: WPS IE for Beacon
192 * @beacon_ie_len: WPS IE length for Beacon
193 * @probe_resp_ie: WPS IE for Probe Response
194 * @probe_resp_ie_len: WPS IE length for Probe Response
197 * This callback is called whenever the WPS IE in Beacon or Probe
278 * enum wps_event - WPS event types
313 * union wps_event_data - WPS event data
365 * struct wps_context - Long term WPS context data
377 * registrar - Pointer to WPS registrar data from wps_registrar_init()
382 * wps_state - Current WPS state
411 * dev - Own WPS device data
514 wps_registrar_init(struct wps_context *wps,