WPS: Add support for dynamic AP PIN management
authorJouni Malinen <j@w1.fi>
Tue, 24 Aug 2010 13:35:37 +0000 (16:35 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 24 Aug 2010 13:35:37 +0000 (16:35 +0300)
commit5a1cc30f1a04eb19d315680928927651024e172e
tree82e65c10383abadbbb918711c46c2a22672ca8d7
parent944814106ec9c9f502ce4329783dd47c6f3d5fbd
WPS: Add support for dynamic AP PIN management

A new hostapd_cli command, wps_ap_pin, can now be used to manage
AP PIN at runtime. This can be used to generate a random AP PIN and
to only enable the AP PIN for short period (e.g., based on user
action on the AP device). Use of random AP PIN that is only enabled
for short duration is highly recommended to avoid security issues
with a static AP PIN.
hostapd/README-WPS
hostapd/ctrl_iface.c
hostapd/hostapd.conf
hostapd/hostapd_cli.c
src/ap/wps_hostapd.c
src/ap/wps_hostapd.h
src/common/wpa_ctrl.h
src/wps/wps_upnp.c
src/wps/wps_upnp.h