hostapd/src/wps
Jouni Malinen c0d041d9a7 WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c
This code and the related attributes are not specific to Enrollee
functionality, so wps_common.c is the correct location for them.
2008-11-29 12:44:02 +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: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +02:00
wps.h WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c 2008-11-29 12:44:02 +02:00
wps_common.c WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c 2008-11-29 12:44:02 +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 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 ProbeReq/AssocReq WPS IE building into wps_common.c 2008-11-29 12:44:02 +02:00
wps_i.h WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c 2008-11-29 12:44:02 +02:00
wps_registrar.c WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c 2008-11-29 12:44:02 +02:00