aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* WPS ER: Add validation of WPS attributes in proxied Probe RequestJouni Malinen2010-10-311-0/+6
* WPS ER: Cache AP settings for APs that restart UPnPJouni Malinen2010-10-253-0/+73
* WPS ER: Add more details to wps_er_pbc failure returnsJouni Malinen2010-10-251-2/+7
* WPS ER: Fix SetSelectedRegistrar to include wildcard AuthorizedMACsJouni Malinen2010-10-251-0/+8
* WPS ER: Only activate PBC mode on single APJouni Malinen2010-10-252-10/+33
* WPS ER: Show SetSelectedRegistrar events as ctrl_iface eventsJouni Malinen2010-10-252-2/+41
* hostapd: Add wps_config ctrl_interface command for configuring APJouni Malinen2010-10-212-0/+42
* WPS ER: Add wps_er_set_config to use local configurationJouni Malinen2010-10-202-0/+30
* WPS UPnP: Add more debug for event subscriptionJouni Malinen2010-10-191-0/+11
* WPS: Do not drop subscriptions based on max queue lengthJouni Malinen2010-10-171-7/+2
* WPS UPnP: Add more priority for queuing EAP eventsJouni Malinen2010-10-171-1/+8
* WPS UPnP: Throttle WLANEvent notifications to 5 per secondJouni Malinen2010-10-172-0/+30
* WPS: Limit Probe Request event queuing if subscriber may have leftJouni Malinen2010-10-173-4/+22
* WPS: Schedule sending of pending events after failureJouni Malinen2010-10-171-0/+2
* WPS: Separate local error from max queue length reachedJouni Malinen2010-10-172-7/+9
* WPS UPnP: Improved event notification failure processingJouni Malinen2010-10-173-27/+55
* WPS: Convert assert() to error returnJouni Malinen2010-10-171-3/+6
* WPS UPnP: Fix memory leak on retry caseJouni Malinen2010-10-171-0/+1
* WPS: Add more debug info for UPnP operationsJouni Malinen2010-10-173-9/+26
* WPS: Remove unused defineJouni Malinen2010-10-171-1/+0
* WPS: Cleaned up URL parser not to modify const bufferJouni Malinen2010-10-171-11/+14
* WPS: Drop subscription if it does not have any valid callback addressJouni Malinen2010-10-171-0/+7
* WPS: Remove unused error path codeJouni Malinen2010-10-171-3/+2
* WPS UPnP: Fix HTTP client timeout event codeJouni Malinen2010-10-171-4/+4
* WPS: Add Config Error into WPS-FAIL eventsJouni Malinen2010-10-145-18/+27
* WPS: Workaround broken Credential encoding from some D-Link APsJouni Malinen2010-10-111-0/+19
* WPS ER: Add more debug info on initialization errorsJouni Malinen2010-09-243-5/+22
* WPS ER: Make sure PIN timeout does not interrupt PBC operationJouni Malinen2010-09-232-0/+14
* WPS: Add more debug details for Credential buildingJouni Malinen2010-09-221-1/+5
* WPS ER: Fix debug message for protocol run done caseJouni Malinen2010-09-221-0/+4
* WPS: Fix strict validation of encrypted data for WSC 2.0-only caseJouni Malinen2010-09-224-30/+24
* WPS: Making some parsing messages use excessive debug levelJouni Malinen2010-09-221-2/+2
* WPS: Fix strict validation of (Re)Association ResponseJouni Malinen2010-09-221-1/+1
* WPS: Add MAC address to validation error message for Probe RequestJouni Malinen2010-09-222-4/+5
* WPS: Make testing operations configurable at runtimeJouni Malinen2010-09-214-14/+31
* WPS 2.0: Fix AuthorizedMACs check to accept wildcard addressJouni Malinen2010-09-211-1/+3
* WPS: Fix Beacon WPS IE on concurrent dualband AP in PBC modeJouni Malinen2010-09-202-0/+23
* WPS: Add BSSID to strict validation error messagesJouni Malinen2010-09-202-4/+7
* WPS: Fix CONFIG_WPS_OOB buildJouni Malinen2010-09-191-2/+2
* WPS: Allow pending WPS operation to be cancelledArdong Chen2010-09-102-20/+59
* WPS: Fix ER PBC overlap detection build with P2P changesJouni Malinen2010-09-091-1/+1
* P2P: Fix WSC IE not to include two Device Name attrs with WPS 2.0 is usedJouni Malinen2010-09-091-0/+2
* P2P: Set Device Password ID in WPS M1/M2 per new rulesJouni Malinen2010-09-092-1/+6
* P2P: Do no process Probe Request with P2P wildcard SSID in WPSJouni Malinen2010-09-092-3/+5
* P2P: Enable use of WPS Requested Device Type without WPS 2.0Jouni Malinen2010-09-091-2/+0
* P2P: Add Device Name into WPS IE in Probe Request framesJouni Malinen2010-09-094-0/+18
* WPS 2.0: Convert new attributes into WFA vendor extensionJouni Malinen2010-09-099-108/+185
* WPS 2.0: Fix strict mode validation of UPnP MAC Address formatJouni Malinen2010-09-091-3/+3
* WPS: Add more debug prints for authorized MACs operationsJouni Malinen2010-09-091-3/+28
* WPS ER: Use PBC overlap detectionJouni Malinen2010-09-093-2/+11