aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
...
* WPS: Fix default virt/phy pushbutton config method settingJouni Malinen2011-08-111-4/+2
* Dispatch more WPS events through hostapd ctrl_ifaceAnish Nataraj2011-08-043-0/+11
* WPS: Add a workaround for Windows 7 capability discovery for PBCJouni Malinen2011-05-174-1/+18
* WPS: Fix off-by-one check in vendor extension parsingJouni Malinen2011-04-141-1/+1
* P2P: Add option for requested device type in P2P search/scanJean-Michel Bachot2011-03-194-2/+34
* P2P: Keep track of peer WPS vendor extensionsJean-Michel Bachot2011-03-193-4/+29
* WPS: Add support for adding WPS Vendor ExtensionsJean-Michel Bachot2011-03-194-4/+38
* WPS: Move P2P extension generation for WSC IE in Beacon framesJouni Malinen2011-03-191-9/+9
* WPS: Add more debug information to PBC session overlap checkJouni Malinen2011-03-171-7/+24
* WPS: Fix active PBC session removal to ignore MAC addressJouni Malinen2011-03-171-7/+12
* P2P: Keep track of secondary device types for peersJean-Michel Bachot2011-03-173-0/+13
* WPS: Add secondary device types into Probe Request framesJean-Michel Bachot2011-03-174-3/+25
* WPS: Indicate PBC session overlap in wps_pbc return valueChao-Wen Yang2011-03-101-3/+6
* WPS: Ignore PBC session overlap if a specific Enrollee is selectedJouni Malinen2011-03-101-8/+31
* WPS: Show the received UUID-E from Probe Request in debug logJouni Malinen2011-03-101-0/+2
* WPS: Use only UUID-E in PBC session overlap detection on RegistrarJouni Malinen2011-03-101-3/+10
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-075-4/+54
* WPS: Add mechanism for indicating non-standard WPS errorsChao-Wen Yang2011-01-136-16/+45
* WPS: Include all Config Methods in Probe RequestJouni Malinen2010-12-201-21/+18
* Annotate places depending on strong random numbersJouni Malinen2010-11-244-9/+14
* WPS: Add special AP Setup Locked mode to allow read only ERJouni Malinen2010-11-172-2/+22
* WPS: Fix UPnP deinit order to avoid using freed memoryJouni Malinen2010-11-111-3/+9
* WPS ER: Fix compiler warning on non-WPS2 buildsJouni Malinen2010-11-111-0/+2
* WPS: Change concurrent radio AP to use only one WPS UPnP instanceJouni Malinen2010-11-115-82/+200
* WPS: Add wildcard AuthorizedMACs entry for PBCJouni Malinen2010-11-091-0/+4
* WPS: Send WSC_NACK if message without Message Type is receivedJouni Malinen2010-11-042-2/+4
* WPS: Share common function for building WSC ACK/NACKJouni Malinen2010-11-044-94/+50
* WPS: Do not advertise support for WEP in WPS 2.0 buildJouni Malinen2010-11-041-2/+10
* WPS: Remove PushButton from M1 ConfigMethods on APJouni Malinen2010-11-041-1/+15
* WPS ER: Clear WPS state if PutMessage does not include NewOutMessageJouni Malinen2010-11-021-0/+2
* 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