aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/wps_supplicant.c
Commit message (Expand)AuthorAgeFilesLines
* WPS: Update dev.config_methods in wps_update_configjim1_lin2012-08-081-0/+1
* P2P: Ignore PBC overlap in P2P provisioningEyal Shapira2012-08-021-0/+8
* P2P: Leave forced BSSID parameter for P2P groupJouni Malinen2012-07-251-2/+3
* WPS: Share a single function for generating NFS password tokensJouni Malinen2012-06-281-44/+4
* WPS: Use random_get_bytes() for NFC password idJouni Malinen2012-06-281-2/+4
* WPS: Allow NFC password token from AP to be used with wps_regJouni Malinen2012-06-281-8/+0
* WPS ER: Add support for using NFC password token from an EnrolleeJouni Malinen2012-06-281-0/+22
* WPS ER: Add support for building NFC configuration tokenJouni Malinen2012-06-281-0/+28
* WPS: Add support for NFC configuration token from external programJouni Malinen2012-06-281-1/+69
* WPS: Fix error case in NFC password token generationJouni Malinen2012-06-281-1/+1
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-271-0/+87
* WPS: Cancel WPS operation also in DISCONNECTED stateJouni Malinen2012-06-061-1/+2
* WPS: Fix BSSID filter handlingJouni Malinen2012-05-111-0/+1
* wpa_supplicant: Fix overlapping memcpy on WPS interface additionBen Greear2012-05-101-2/+4
* WPS: Allow vendor specific attribute to be added into M1Anirban Sirkhell2012-04-041-0/+23
* WPS: Fix regression in post-WPS scan optimizationJouni Malinen2012-02-121-2/+4
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* WPS: Disable AP PIN after 10 consecutive failuresJouni Malinen2012-01-301-0/+2
* WPS: Use single channel scan if AP channel already knownJouni Malinen2011-12-311-4/+14
* Disassociate when starting WPS searchJouni Malinen2011-12-111-0/+4
* Use normal scan before sched_scan if that can speed up connectionJouni Malinen2011-11-281-0/+2
* wpa_supplicant: Unify hardware feature dataChristian Lamparter2011-10-231-4/+3
* WPS: Use ifdef blocks consistently for CONFIG_WPS_REG_DISABLE_OPENAndrii Bordunov2011-10-221-0/+4
* WPS: Set Probe Request config methods based on configurationBharat Chakravarty2011-09-011-0/+1
* WPS: Set RF bands based on driver capabilitiesBharat Chakravarty2011-08-311-1/+20
* WPS: Check malloc success on workaround pathJouni Malinen2011-07-151-0/+2
* Clear WPA and EAPOL state machine config pointer on network removalJouni Malinen2011-06-271-1/+9
* P2P: Add WpsFailed signal in P2P D-BusJayant Sane2011-06-251-0/+3
* P2P: Update D-Bus network object semantics during group formationJayant Sane2011-06-231-3/+12
* WPS: Store (secondary) device type as binaryJohannes Berg2011-03-171-47/+11
* WPS: Fix copying of UUID from the first interfaceJouni Malinen2011-03-171-25/+30
* WPS: Add secondary device types into Probe Request framesJean-Michel Bachot2011-03-171-0/+39
* WPS: Copy UUID from the first interfaceJouni Malinen2011-03-101-4/+15
* P2P: Notify WPS-M2D event on parent interface and handle PBC overlapJouni Malinen2011-02-221-0/+24
* WPS ER: Stop eloop only on the last terminate_cbBen Greear2011-02-211-1/+5
* DBus: Publish provisioned keys in network propertiesJohannes Berg2011-02-021-0/+2
* WPS: Indicate WPS-FAIL event on EAPOL timeout-based failure callbackChao-Wen Yang2011-01-131-0/+2
* WPS: Add mechanism for indicating non-standard WPS errorsChao-Wen Yang2011-01-131-5/+26
* WPS: Make WPS-AP-AVAILABLE* events a bit more consistentJouni Malinen2011-01-051-9/+14
* WPS: Add option to disable open networks by defaultJouni Malinen2010-12-301-0/+22
* WPS: Add wps_ap_pin ctrl_iface command for wpa_supplicant AP modeJouni Malinen2010-11-171-0/+4
* WPS ER: Show SetSelectedRegistrar events as ctrl_iface eventsJouni Malinen2010-10-251-0/+31
* WPS ER: Add wps_er_set_config to use local configurationJouni Malinen2010-10-201-0/+43
* WPS: Add virtual flags in Config Methods for WPS 2.0 if neededJouni Malinen2010-10-161-0/+25
* P2P: Send WPS-FAIL event to parent interface, tooJouni Malinen2010-10-141-0/+4
* WPS: Add Config Error into WPS-FAIL eventsJouni Malinen2010-10-141-1/+2
* Fix build with CONFIG_WPS_OOBJouni Malinen2010-10-061-1/+2
* WPS: Add more verbose debug info on PBC session overlap detectionJouni Malinen2010-09-201-3/+20
* WPS: Add BSSID to strict validation error messagesJouni Malinen2010-09-201-1/+1
* WPS: Allow pending WPS operation to be cancelledArdong Chen2010-09-101-0/+27