wps_registrar_config::pin_needed_cb field
pin_needed_cb - Callback for requesting a PIN @ctx: Higher layer context data (cb_ctx) @uuid_e: UUID-E of the unknown Enrollee @dev: Device Data from the unknown Enrollee This callback is called whenever an unknown Enrollee requests to use PIN method and a matching PIN (Device Password) is not found in Registrar data.
Syntax
void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
const struct wps_device_data *dev);