]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
WPS: Added option to disable AP auto-config on first registration
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 21 Jan 2009 11:48:10 +0000 (13:48 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 21 Jan 2009 11:48:10 +0000 (13:48 +0200)
commitaabe26a136459ca8d6e0926a0bcd85835ddafc9a
tree9fb3716a2250aee4fb55f11d9fcad648529ce701
parentd745c7cc1a2dfee6880e7707b94f7581742370e6
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.
hostapd/hostapd.conf
hostapd/wps_hostapd.c
src/common/wpa_ctrl.h
src/wps/wps.h
src/wps/wps_registrar.c