fragattacks/src/wps
Jouni Malinen ff434cbdda 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
2008-11-28 19:29:22 +02:00
..
.gitignore Add a .gitignore for the new wps directory. 2008-11-23 19:40:37 +02:00
Makefile Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00
wps_common.c WPS: Moved Credential and AP Settings processing in common code 2008-11-27 20:15:48 +02:00
wps_defs.h Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00
wps_dev_attr.c WPS: Moved device attributes into wps_context::dev for Enrollee case 2008-11-28 19:29:22 +02:00
wps_dev_attr.h WPS: Moved device attributes into wps_context::dev for Enrollee case 2008-11-28 19:29:22 +02:00
wps_enrollee.c WPS: Moved device attributes into wps_context::dev for Enrollee case 2008-11-28 19:29:22 +02:00
wps_i.h WPS: Moved Credential and AP Settings processing in common code 2008-11-27 20:15:48 +02:00
wps_registrar.c WPS: Update supplicant configuration when acting as an external Registrar 2008-11-27 21:23:43 +02:00
wps.c Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00
wps.h Added preliminary Wi-Fi Protected Setup (WPS) implementation 2008-11-23 19:34:26 +02:00