aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps
Commit message (Expand)AuthorAgeFilesLines
* WPS: fix nonce comparisons (UPSTREAM)Eyal Shapira2012-08-132-12/+12
* Fix a crash in WPS PBC overlap (BRCM)Eyal Shapira2012-08-021-0/+5
* WPS SSDP: Fix socket leaks on error pathsJouni Malinen2012-07-071-1/+6
* WPS UDF: Fix fd leak on error pathJouni Malinen2012-07-071-1/+3
* Move p2p_connect PIN format validation into a separate functionJouni Malinen2012-06-302-0/+17
* WPS: Share a single function for generating NFS password tokensJouni Malinen2012-06-282-1/+54
* WPS: Add support for NCF password token from APJouni Malinen2012-06-283-0/+30
* WPS ER: Add support for building NFC configuration tokenJouni Malinen2012-06-282-1/+40
* WPS: Add support for NFC configuration token from external programJouni Malinen2012-06-282-9/+18
* WPS: Add new mechanism for generation NFC configuration tokenJouni Malinen2012-06-282-1/+2
* WPS: Use separate list of NFC Password Tokens in the RegistrarJouni Malinen2012-06-274-9/+150
* WPS: Add new mechanism for communicating NFC tag read eventsJouni Malinen2012-06-272-2/+44
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-272-0/+27
* WPS: Move attribute parser definitions into a new header fileJouni Malinen2012-06-273-95/+110
* WPS: Split wps_build_oob_dev_password() into partsJouni Malinen2012-06-272-12/+26
* NDEF: Mark input data const when it is not modifiedJouni Malinen2012-06-272-11/+12
* WPS: Allow NDEF functions to be used from outside src/wpsJouni Malinen2012-06-272-4/+4
* NDEF: Skip unnecessary wpabuf to ptr/len conversionJouni Malinen2012-06-271-5/+5
* WPS: Add support for OOB dev password lengths 16..31Jouni Malinen2012-06-274-9/+13
* WPS: Fix potential memory leak with NFC password tokenJouni Malinen2012-06-271-0/+1
* WPS: Fix NFC password token building with WPS 2.0Jouni Malinen2012-06-271-1/+1
* hostapd: Fix PBC config method of WSC IE in Beacon/Probe ResponseYoni Divinsky2012-06-251-4/+8
* WPS: Allow vendor specific attribute to be added into M1Anirban Sirkhell2012-04-044-1/+18
* WPS: Select the BSD license terms as the only license alternativeMasashi Honma2012-03-054-36/+12
* WPS: Invalidate wildcard PIN on other radios after successful useJouni Malinen2012-02-292-9/+32
* P2P: Advertise immediate availability of WPS credentialJouni Malinen2012-02-272-5/+5
* WPS UPnP: Clean up URL parserJouni Malinen2012-02-191-32/+34
* 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