Found 16 other functions taking a
wps_context
argument:
wps_registrar_init - Initialize WPS Registrar data @wps: Pointer to longterm WPS context @cfg: Registrar configuration Returns: Pointer to allocated Registrar data or %NULL on failure This function is used to initialize WPS Registrar functionality. It can be used for a single Registrar run (e.g., when run in a supplicant) or multiple runs (e.g., when run as an internal Registrar in an AP). Caller is responsible for freeing the returned data with wps_registrar_deinit() when Registrar functionality is not needed anymore.