hostapd/src/wps
Jouni Malinen eb76b7e3ff WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys
WPS IE is now passed from hostapd association processing into EAP-WSC
and WPS processing. Request Type attribute is parsed from this
information and if the request is for a WLAN Manager Registrar,
additional management keys are derived (to be used with UPnP).
2008-11-29 12:11:56 +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: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +02:00
wps_common.c WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +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: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +02:00
wps_i.h WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys 2008-11-29 12:11:56 +02:00
wps_registrar.c WPS: Merged two cred_cb variables into the same one 2008-11-28 20:02:32 +02:00