WPS: Add support for AP reconfiguration with wps_reg
authorJouni Malinen <j@w1.fi>
Sun, 6 Sep 2009 10:58:15 +0000 (13:58 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 Sep 2009 10:58:15 +0000 (13:58 +0300)
commit52eb293dd25aec61cf0ada27c073b04fde15e563
tree58f33176d8e0f2449873e15eecbafde174d258ed
parente6965d4e5daf00f5d7910fbade1681e0e6ad85e2
WPS: Add support for AP reconfiguration with wps_reg

wpa_supplicant can now reconfigure the AP by acting as an External
Registrar with the wps_reg command. Previously, this was only used
to fetch the current AP settings, but now the wps_reg command has
optional arguments which can be used to provide the new AP
configuration. When the new parameters are set, the WPS protocol run
is allowed to continue through M8 to reconfigure the AP instead of
stopping at M7.
src/eap_peer/eap_wsc.c
src/wps/wps.c
src/wps/wps.h
src/wps/wps_i.h
src/wps/wps_registrar.c
wpa_supplicant/README-WPS
wpa_supplicant/ctrl_iface.c
wpa_supplicant/ctrl_iface_dbus_handlers.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wps_supplicant.c
wpa_supplicant/wps_supplicant.h