Home | History | Annotate | Download | only in wps

Lines Matching defs:registrar

115 	 * registrar - Whether this end is a Registrar
117 int registrar;
120 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
143 * stations as a Registrar to configure the AP. %NULL means that AP
217 * event (e.g., UPnP message from an external Registrar)
246 * struct wps_registrar_config - WPS Registrar configuration
285 * Registrar data.
306 * set_sel_reg_cb - Callback for reporting selected registrar changes
308 * @sel_reg: Whether the Registrar is selected
310 * specific password the Registrar intends to use
313 * This callback is called whenever the Selected Registrar state
315 * callback is only used by External Registrar implementation;
317 * provides the full WPS IE data instead of just the minimal Registrar
340 * cb_ctx: Higher layer context data for Registrar callbacks
406 * WPS_EV_M2D - M2D received (Registrar did not know us)
476 * WPS_EV_AP_PIN_SUCCESS - External Registrar used correct AP PIN
601 * registrar - Pointer to WPS registrar data from wps_registrar_init()
603 struct wps_registrar *registrar;
623 * This SSID is used by the Registrar to fill in information for
625 * notify Registrar of the current configuration.
684 * If %NULL, Registrar will generate per-device PSK. In addition, AP
685 * uses this when acting as an Enrollee to notify Registrar of the
806 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,