aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* WPS: Fix clearing of WPS IE with madwifi driverMasashi Honma2009-02-101-0/+2
* UPnP: Renamed PutWLANResponse callback function to match actionJouni Malinen2009-02-061-3/+2
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-061-14/+19
* UPnP: Workaround bogus NewWLANEventMAC in PutWLANResponseJouni Malinen2009-02-061-0/+16
* Explicitly link against libdl when including TNC supportDaniel Mierswa2009-02-051-0/+1
* Fixed scan buffer increasing with WEXTJouni Malinen2009-02-051-1/+3
* Use better examples for MadWifi path in defconfig, clarify commentsPavel Roskin2009-02-041-1/+1
* 802.11n: scan for overlapping BSSes before starting 20/40 MHz channelJouni Malinen2009-02-046-4/+585
* Verify that driver supports configured HT capabilitiesJouni Malinen2009-02-043-0/+109
* Remove unused variable from struct hostapd_configSebastien Decugis2009-01-301-1/+0
* Do not use country_code default (was: US)Jouni Malinen2009-01-303-10/+15
* Added notes about WPS UPnP support and external RegistrarsJouni Malinen2009-01-292-3/+10
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-297-1/+331
* Use Data::Data only with Host AP driver; mac80211 can use Data::NullfuncJouni Malinen2009-01-271-5/+16
* driver_nl80211: Fixed inactivity poll status processingJouni Malinen2009-01-271-2/+3
* driver_nl80211: use Linux socket filter to improve performanceJohannes Berg2009-01-272-0/+152
* Do not forget wpa_passphrase so that WPS can use itJouni Malinen2009-01-241-5/+0
* WPS: Lock AP Setup on multiple AP PIN validation failuresJouni Malinen2009-01-233-0/+58
* Added ap_settings option for overriding WPS AP Settings in M7Jouni Malinen2009-01-234-0/+23
* Free extra_cred when freeing configurationJouni Malinen2009-01-231-0/+1
* Allow WPS device strings to be unconfiguredJouni Malinen2009-01-221-5/+10
* Documented interface for external WPS credential processingJouni Malinen2009-01-211-0/+47
* Fixed WPS with open and shared WEP networksJouni Malinen2009-01-211-1/+3
* WPS: Added option to disable AP auto-config on first registrationJouni Malinen2009-01-212-0/+17
* Added wps_cred_processing configuration option for hostapdJouni Malinen2009-01-214-1/+27
* Enable wpa_msg() for hostapdJouni Malinen2009-01-213-14/+20
* Increased wpa_cli/hostapd_cli ping interval and made it configurableJouni Malinen2009-01-202-4/+13
* Fixed MFP Association Comeback mechanism to use Timeout Interval IEJouni Malinen2009-01-191-2/+3
* WPS: Provide the unparsed Credential attribute to cred_cb()Jouni Malinen2009-01-171-0/+3
* Added an option to add (or override) Credential attribute(s) in M8Jouni Malinen2009-01-164-0/+41
* Renamed PMKSA cache functions to avoid duplicate symbols with supplicantJouni Malinen2009-01-144-34/+39
* Moved rsn_pmkid() into shared code to avoid duplicationJouni Malinen2009-01-142-36/+0
* Moved RADIUS Class attribute helpers into RADIUS moduleJouni Malinen2009-01-134-68/+8
* Removed dead codeJouni Malinen2009-01-131-2/+0
* Fixed copy-paste error in retry configuration (incorrect ioctl used)Jouni Malinen2009-01-131-2/+2
* Removed unused set_regulatory_domain driver functionJouni Malinen2009-01-133-17/+0
* Fixed build without CONFIG_IEEE80211NJouni Malinen2009-01-123-0/+3
* Fixed a typo in printf -> wpa_printf changesJouni Malinen2009-01-121-2/+3
* Fixed build with wpa_printf disabledJouni Malinen2009-01-121-2/+1
* Removed hw_features.o from build if hostapd MLME is not usedJouni Malinen2009-01-122-1/+24
* Added build option for disabling control interface (CONFIG_NO_CTRL_IFACE)Jouni Malinen2009-01-123-1/+25
* Added build option for removing VLAN support (CONFIG_NO_VLAN)Jouni Malinen2009-01-126-3/+59
* Fixed CONFIG_NO_HOSTAPD_LOGGER buildJouni Malinen2009-01-123-0/+8
* Comment out RADIUS configuration parsing if RADIUS client support isJouni Malinen2009-01-121-0/+4
* Replaced printf() calls with wpa_printf()Jouni Malinen2009-01-121-218/+251
* Remove TLS-PRF from hostapd build if it is not neededJouni Malinen2009-01-121-0/+5
* Added CONFIG_NO_AES_EXTRAS for hostapdJouni Malinen2009-01-121-0/+8
* Fixed couple of build failures with minimal configurationJouni Malinen2009-01-123-0/+6
* Silenced some sparse warningsJouni Malinen2009-01-113-2/+3
* Fixed build with 802.11n disabledJouni Malinen2009-01-101-0/+1