aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* WPS: Added support for wildcard PINs that work with any UUID-EJouni Malinen2008-11-301-17/+43
* WPS: Added more verbose debug info on authentication type mismatchJouni Malinen2008-11-301-1/+2
* WPS: Added support for fragmented WPS IE in Beacon and Probe ResponseJouni Malinen2008-11-293-27/+50
* WPS: Added helper functions for generating and validating PINsJouni Malinen2008-11-292-0/+55
* WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReqJouni Malinen2008-11-292-6/+6
* WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.cJouni Malinen2008-11-293-90/+88
* WPS: Split wps_common.c into partsJouni Malinen2008-11-295-937/+1002
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-297-30/+34
* WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.cJouni Malinen2008-11-295-199/+163
* WPS: Pass device data into wps_enrollee_build_probe_req_ie()Jouni Malinen2008-11-292-10/+7
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-296-11/+100
* WPS: Added comments for main data structuresJouni Malinen2008-11-282-1/+13
* WPS: Merged two cred_cb variables into the same oneJouni Malinen2008-11-285-13/+4
* WPS: Moved device attributes into wps_context::dev for Enrollee caseJouni Malinen2008-11-283-84/+15
* WPS: Update supplicant configuration when acting as an external RegistrarJouni Malinen2008-11-271-0/+7
* WPS: Moved Credential building to use struct wps_credentialJouni Malinen2008-11-271-93/+103
* WPS: Process old AP Settings in M7 when registering as external RegistrarJouni Malinen2008-11-271-1/+37
* WPS: Moved Credential and AP Settings processing in common codeJouni Malinen2008-11-273-203/+228
* WPS: Added parsing of Request Type and Response Type attributesJouni Malinen2008-11-262-0/+18
* Add a .gitignore for the new wps directory.Jouni Malinen2008-11-231-0/+1
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-2310-0/+5394