index
:
hostap-06
master
hostapd/wpa_supplicant 0.6.x
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wps
Commit message (
Expand
)
Author
Age
Files
Lines
*
WPS: Add a workaround for incorrect passphrase encoding in Network Key
Jouni Malinen
2009-02-08
1
-0/+21
*
WPS: Lock AP Setup on multiple AP PIN validation failures
Jouni Malinen
2009-02-08
5
-1/+37
*
Added ap_settings option for overriding WPS AP Settings in M7
Jouni Malinen
2009-02-08
2
-8/+33
*
WPS: Pad DH Public Key and Shared Key to 192 octets
Jouni Malinen
2009-02-08
2
-0/+2
*
Use WPS state Not Configured instead of Configured in Enrollee
Masashi Honma
2009-02-08
1
-1/+1
*
WPS: Check Device Password ID attribute only if present in AP search
Masashi Honma
2009-02-08
1
-4/+8
*
WPS: Added option to disable AP auto-config on first registration
Jouni Malinen
2009-02-08
2
-2/+44
*
Changed Credential MAC Address to be BSSID in AP/Registrar
Jouni Malinen
2009-02-08
1
-2/+4
*
WPS: Provide the unparsed Credential attribute to cred_cb()
Jouni Malinen
2009-02-08
2
-4/+18
*
Changed the Network Index value to 1 since that is the default value
Jouni Malinen
2009-02-08
1
-1/+1
*
Added an option to add (or override) Credential attribute(s) in M8
Jouni Malinen
2009-02-08
2
-0/+47
*
Completed Doxygen documentation for functions declared in wps/wps.h
Jouni Malinen
2009-01-04
1
-7/+54
*
Mark functions static if not used elsewhere and use proper prototypes
Jouni Malinen
2009-01-03
1
-2/+2
*
Removed registrar pointer from wps_config and wps_data
Jouni Malinen
2009-01-03
4
-23/+22
*
Removed duplicated authenticator yes/no from wps_config and wps_data
Jouni Malinen
2009-01-03
5
-21/+8
*
Removed unused WPS_PENDING processing result
Jouni Malinen
2009-01-03
1
-6/+1
*
Added Doxygen documentation for WPS code
Jouni Malinen
2009-01-03
5
-33/+384
*
WPS: Cleanup UUID and MAC address configuration
Jouni Malinen
2009-01-01
3
-8/+5
*
WPS: As a workaround, pad zero-length device attributes
Jouni Malinen
2008-12-25
1
-10/+60
*
WPS: Do not use Selected Registrar Config Methods from scan results
Andriy Tkachuk
2008-12-25
1
-6/+15
*
WPS: Added event callback for successfully completed registration
Jouni Malinen
2008-12-19
5
-2/+21
*
WPS: Added callback for failure-after-M2/M2D
Jouni Malinen
2008-12-19
5
-2/+75
*
WPS: Added event callback and M2D notification
Jouni Malinen
2008-12-18
2
-4/+51
*
WPS: Improved error processing to use NACK correctly
Jouni Malinen
2008-12-16
3
-39/+108
*
Workaround number of compiler warnings with newer MinGW version
Jouni Malinen
2008-12-10
1
-1/+1
*
WPS: Added support for wildcard PINs that work with any UUID-E
Jouni Malinen
2008-11-30
1
-17/+43
*
WPS: Added more verbose debug info on authentication type mismatch
Jouni Malinen
2008-11-30
1
-1/+2
*
WPS: Added support for fragmented WPS IE in Beacon and Probe Response
Jouni Malinen
2008-11-29
3
-27/+50
*
WPS: Added helper functions for generating and validating PINs
Jouni Malinen
2008-11-29
2
-0/+55
*
WPS: Set Request Type properly into WPS IE in ProbeReq/AssocReq
Jouni Malinen
2008-11-29
2
-6/+6
*
WPS: Moved WPS IE building for ProbeReq/AssocReq into wps.c
Jouni Malinen
2008-11-29
3
-90/+88
*
WPS: Split wps_common.c into parts
Jouni Malinen
2008-11-29
5
-937/+1002
*
WPS: Moved RF Bands processing into wps_dev_attr.c
Jouni Malinen
2008-11-29
7
-30/+34
*
WPS: Moved ProbeReq/AssocReq WPS IE building into wps_common.c
Jouni Malinen
2008-11-29
5
-199/+163
*
WPS: Pass device data into wps_enrollee_build_probe_req_ie()
Jouni Malinen
2008-11-29
2
-10/+7
*
WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keys
Jouni Malinen
2008-11-29
6
-11/+100
*
WPS: Added comments for main data structures
Jouni Malinen
2008-11-28
2
-1/+13
*
WPS: Merged two cred_cb variables into the same one
Jouni Malinen
2008-11-28
5
-13/+4
*
WPS: Moved device attributes into wps_context::dev for Enrollee case
Jouni Malinen
2008-11-28
3
-84/+15
*
WPS: Update supplicant configuration when acting as an external Registrar
Jouni Malinen
2008-11-27
1
-0/+7
*
WPS: Moved Credential building to use struct wps_credential
Jouni Malinen
2008-11-27
1
-93/+103
*
WPS: Process old AP Settings in M7 when registering as external Registrar
Jouni Malinen
2008-11-27
1
-1/+37
*
WPS: Moved Credential and AP Settings processing in common code
Jouni Malinen
2008-11-27
3
-203/+228
*
WPS: Added parsing of Request Type and Response Type attributes
Jouni Malinen
2008-11-26
2
-0/+18
*
Add a .gitignore for the new wps directory.
Jouni Malinen
2008-11-23
1
-0/+1
*
Added preliminary Wi-Fi Protected Setup (WPS) implementation
Jouni Malinen
2008-11-23
10
-0/+5394