WPS: Moved device attributes into wps_context::dev for Enrollee case
authorJouni Malinen <j@w1.fi>
Fri, 28 Nov 2008 17:29:22 +0000 (19:29 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 28 Nov 2008 17:29:22 +0000 (19:29 +0200)
commitff434cbddaeab089e483ca39dbd26d6ef1061632
tree2e3e2189d3e5fa192267e9159f4646f97b57e03e
parent4b6a71fa31f94a34e0680bf3795cb8c1b380667d
WPS: Moved device attributes into wps_context::dev for Enrollee case

Previously, hardcoded values were used in wps_enrollee.c. These are now
moved into shared data in struct wps_context. In case of
AP/Authenticator, these are initialized in wps_hostapd.c. In case of
client/supplicant, these are now initialized in EAP-WSC peer method,
but will probably end up being moved into higher layer for better
configuration.
 EAP-WSC peer method for
src/eap_peer/eap_wsc.c
src/wps/wps_dev_attr.c
src/wps/wps_dev_attr.h
src/wps/wps_enrollee.c