aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* WPS: Fix clearing of SetSelectedRegistrar with multiple interfacesJouni Malinen2012-02-133-9/+15
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1120-160/+40
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-113-24/+6
* WPS: Allow wildcard UUID PIN to be used twiceGanesh Prasadh2012-02-081-3/+11
* WPS: Disable AP PIN after 10 consecutive failuresJouni Malinen2012-01-302-1/+10
* WPS: Fix an interoperability issue with mixed mode and AP SettingsJouni Malinen2012-01-271-4/+31
* WPS: Cancel previous registered wps_registrar_pbc_timeoutSpencer Chang2011-12-291-0/+1
* Skip WPS PBC overlap detection if P2P address is the sameVitaly Wool2011-12-111-4/+9
* WPS: Fix stopping of active WPS operation on dual concurrent APSubrat Dash2011-11-302-0/+13
* WPS ER: Fix segfault in some selected registrar change casesJouni Malinen2011-11-303-11/+0
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-4/+4
* WPS: Use strdup to initialize dev_password for PBCJouni Malinen2011-11-171-2/+1
* Remove unnecessary include file inclusionJouni Malinen2011-11-132-2/+0
* WPS: Send the credential when learning AP params in registrar roleOlivier Sobrie2011-10-301-0/+43
* Remove unused variablesJouni Malinen2011-10-231-0/+4
* Remove unused variable and functionAndrii Bordunov2011-10-221-12/+0
* WPS: Send AP Settings as a wrapped Credential attribute to ctrl_ifaceZhi Chen2011-09-302-0/+22
* Fix typos found by codespellPavel Roskin2011-09-223-4/+4
* Remove time.h include from utils/includes.hJouni Malinen2011-09-121-1/+1
* WPS: Set Probe Request config methods based on configurationBharat Chakravarty2011-09-012-28/+2
* WPS ER: Fix UPnP XML Device Description parser to find correct deviceJouni Malinen2011-08-313-3/+50
* WPS: Wait for EAPOL-Start unless WPS 2.0 station as workaroundJouni Malinen2011-08-282-0/+14
* WPS: Fix M2/M2D Config Methods to include PushButton even if PBC not in useJouni Malinen2011-08-111-9/+1
* 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