hostap/src/wps
Jouni Malinen 08bec36178 WPS: Added support for wildcard PINs that work with any UUID-E
Since the Registrar may not yet know the UUID-E when a new PIN is
entered, use of a wildcard PIN that works with any UUID-E can be useful.
Such a PIN will be bound to the first Enrollee trying to use it and it
will be invalidated after the first use.
2008-11-30 20:32:03 +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.c WPS: Added support for fragmented WPS IE in Beacon and Probe Response 2008-11-29 22:06:34 +02:00
wps.h WPS: Added support for fragmented WPS IE in Beacon and Probe Response 2008-11-29 22:06:34 +02:00
wps_attr_build.c WPS: Split wps_common.c into parts 2008-11-29 13:16:26 +02:00
wps_attr_parse.c WPS: Split wps_common.c into parts 2008-11-29 13:16:26 +02:00
wps_attr_process.c WPS: Split wps_common.c into parts 2008-11-29 13:16:26 +02:00
wps_common.c WPS: Added helper functions for generating and validating PINs 2008-11-29 14:02:09 +02:00
wps_defs.h WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +02:00
wps_dev_attr.c WPS: Moved RF Bands processing into wps_dev_attr.c 2008-11-29 12:59:43 +02:00
wps_dev_attr.h WPS: Moved RF Bands processing into wps_dev_attr.c 2008-11-29 12:59:43 +02:00
wps_enrollee.c WPS: Moved RF Bands processing into wps_dev_attr.c 2008-11-29 12:59:43 +02:00
wps_i.h WPS: Split wps_common.c into parts 2008-11-29 13:16:26 +02:00
wps_registrar.c WPS: Added support for wildcard PINs that work with any UUID-E 2008-11-30 20:32:03 +02:00