WPS: Added option to disable AP auto-config on first registration

This operation can now be moved into an external program by configuring
hostapd with wps_cred_processing=1 and skip_cred_build=1. A new
ctrl_iface message (WPS-REG-SUCCESS <Enrollee MAC addr> <UUID-E>) will
be used to notify external programs of each successful registration and
that can be used as a tricker to move from unconfigured to configured
state.
This commit is contained in:
Jouni Malinen 2009-01-21 13:48:10 +02:00 committed by Jouni Malinen
parent d745c7cc1a
commit aabe26a136
5 changed files with 62 additions and 2 deletions

View file

@ -70,6 +70,7 @@ extern "C" {
/* hostapd control interface - fixed message prefixes */
#define WPS_EVENT_PIN_NEEDED "WPS-PIN-NEEDED "
#define WPS_EVENT_NEW_AP_SETTINGS "WPS-NEW-AP-SETTINGS "
#define WPS_EVENT_REG_SUCCESS "WPS-REG-SUCCESS "
/* wpa_supplicant/hostapd control interface access */