WPS: Store device info and make it available through AP ctrl_iface
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 7 Sep 2009 19:09:13 +0000 (22:09 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 7 Sep 2009 19:09:13 +0000 (22:09 +0300)
commit2678509dec305ad1953c3007a888bf098996c42c
treedff818711d1de17098c83e2e663fdad7fb842805
parent52eb293dd25aec61cf0ada27c073b04fde15e563
WPS: Store device info and make it available through AP ctrl_iface

Store a copy of device attributes during WPS protocol run and make it
available for external programs via the control interface STA MIB
command for associated stations. This gives access to device name and
type which can be useful when showing user information about associated
stations.
13 files changed:
hostapd/ctrl_iface.c
hostapd/eapol_sm.c
hostapd/wps_hostapd.c
hostapd/wps_hostapd.h
src/eap_server/eap.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_wsc.c
src/wps/wps.c
src/wps/wps.h
src/wps/wps_enrollee.c
src/wps/wps_i.h
src/wps/wps_registrar.c