aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/wps_hostapd.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Add support for NCF password token from APJouni Malinen2012-06-281-0/+99
* WPS: Add new mechanism for generation NFC configuration tokenJouni Malinen2012-06-281-0/+22
* WPS: Add new mechanism for communicating NFC tag read eventsJouni Malinen2012-06-271-1/+89
* Pass signal strength through, fix unitsJohannes Berg2012-04-011-2/+4
* Add wps_cancel for hostapd_cliAnirban Sirkhell2012-03-301-0/+18
* WPS: Invalidate wildcard PIN on other radios after successful useJouni Malinen2012-02-291-2/+8
* 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-3/+42
* Fix generated WPS PIN values to use zero-paddingSzymon Bigos2011-12-021-1/+1
* WPS: Allow RF Bands value to be overriddenBharat Chakravarty2011-11-301-2/+8
* WPS: Fix stopping of active WPS operation on dual concurrent APSubrat Dash2011-11-301-0/+18
* WPS ER: Fix segfault in some selected registrar change casesJouni Malinen2011-11-301-6/+0
* WPS: Send AP Settings as a wrapped Credential attribute to ctrl_ifaceZhi Chen2011-09-301-9/+23
* WPS: Drop responses from ER to a STA that is not in WPS protocolJouni Malinen2011-08-121-1/+1
* WPS: Do not update Beacon IEs before initial IE setJouni Malinen2011-08-091-1/+2
* Dispatch more WPS events through hostapd ctrl_ifaceAnish Nataraj2011-08-041-0/+11
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-2/+4
* Fix a compiler warning on WPS-AP-without-UPnP buildsJouni Malinen2011-05-311-1/+1
* WPS UPnP: Fix UPnP initialization for non-bridge case with some driversVinay Adella2011-05-191-4/+18
* WPS: Add support for adding WPS Vendor ExtensionsJean-Michel Bachot2011-03-191-0/+32
* WPS: Store (secondary) device type as binaryJohannes Berg2011-03-171-7/+3
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-3/+6
* WPS: Add mechanism for indicating non-standard WPS errorsChao-Wen Yang2011-01-131-3/+17
* Get rid of struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-2/+3
* WPS: Change concurrent radio AP to use only one WPS UPnP instanceJouni Malinen2010-11-111-11/+4
* WPS: Comment out WEP configuration lines on reconfigJouni Malinen2010-11-041-0/+2
* WPS ER: Show SetSelectedRegistrar events as ctrl_iface eventsJouni Malinen2010-10-251-0/+2
* hostapd: Add wps_config ctrl_interface command for configuring APJouni Malinen2010-10-211-0/+49
* WPS: Fix a compiler warning in hostapd_wps_update_ie()Jouni Malinen2010-10-201-1/+1
* WPS: Update Beacon/ProbeResp IE on wps_version_number changesJouni Malinen2010-10-191-0/+14
* P2P: Send AP mode WPS-FAIL event to parent interfaceAnil Gathala Sudha2010-10-141-0/+2
* WPS: Add WPS-FAIL ctrl_interface event for hostapdJouni Malinen2010-10-141-1/+34
* WPS: Fix WPS commands in wpa_supplicant AP modeJouni Malinen2010-10-101-2/+2
* Apply WPS configuration changes to all interfaces that use WPSJouni Malinen2010-10-081-4/+12
* Disable AP PIN on all interfaces controlled by the same processJouni Malinen2010-10-081-6/+14
* Apply hostapd WPS commands to all interfaces on concurrent APsJouni Malinen2010-10-081-28/+127
* Fix wpa_supplicant AP mode with WPS not to crashJouni Malinen2010-10-061-0/+2
* WPS: Fix hostapd reconfig to update WPS UPnP string pointersJouni Malinen2010-09-221-0/+9
* hostapd: Add virt/phy flag for Display/PushButton if needed (WPS 2.0)Jouni Malinen2010-09-221-0/+16
* WPS: Add MAC address to validation error message for Probe RequestJouni Malinen2010-09-221-1/+1
* WPS: Fix Beacon WPS IE on concurrent dualband AP in PBC modeJouni Malinen2010-09-201-1/+21
* WPS: Use same UUID in multi-interface caseJouni Malinen2010-09-201-4/+45
* P2P: Do no process Probe Request with P2P wildcard SSID in WPSJouni Malinen2010-09-091-4/+13
* WPS 2.0: Validate WPS attributes in management frames and WSC messagesJouni Malinen2010-09-091-0/+4
* WPS 2.0: Disable WPS workarounds if CONFIG_WPS_STRICT is definedJouni Malinen2010-09-091-0/+2
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-4/+5
* WPS: Fix hostapd build without CONFIG_WPS_UPNPJouni Malinen2010-09-051-0/+6
* WPS: Add support for dynamic AP PIN managementJouni Malinen2010-08-241-2/+72