aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* MFP + FT: Added support for sending IGTK in FTIEJouni Malinen2008-09-011-0/+65
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-319-49/+99
* Cleaned up TX callback request processingJouni Malinen2008-08-314-20/+9
* Moved WMM action category definition into ieee802_11_defs.hJouni Malinen2008-08-313-3/+2
* IEEE 802.11w: Added association pingJouni Malinen2008-08-3110-10/+257
* Copy previous BSSID into STA data only after full validation of the requestJouni Malinen2008-08-301-5/+5
* Updated MFP defines based on IEEE 802.11w/D6.0 and use new MFPC/MFPRJouni Malinen2008-08-301-5/+7
* Added support for setting VLAN ID for STAs based on local MAC ACLJouni Malinen2008-08-287-20/+55
* Send HT parameters for new STAsJouni Malinen2008-08-251-0/+10
* Switched driver_nl80211 to use the new sta_add2()Jouni Malinen2008-08-251-9/+9
* Fixed internal TLSv1 server implementation for abbreviated handshakeJouni Malinen2008-08-241-0/+2
* Fixed EAP-FAST server PAC-Opaque paddingJouni Malinen2008-08-241-0/+2
* Moved IEEE 802.11n parameter to be per-radio instead of per-BSSJouni Malinen2008-08-224-39/+33
* Do not store dynamic HT IEs in configuration structuresJouni Malinen2008-08-227-98/+87
* Add Intel copyright for files with 802.11n Intel changesTomas Winkler2008-08-2211-6/+17
* Add configuration option for enabling optional use of short preambleJouni Malinen2008-08-212-0/+16
* Add preliminary IEEE 802.11n support into hostapdJouni Malinen2008-08-2113-16/+454
* Internal X.509/TLSv1: Support SHA-256 in X.509 certificate digestJouni Malinen2008-08-161-0/+4
* IEEE Std 802.11r-2008 has been released, so update referencesJouni Malinen2008-08-153-6/+4
* Preparations for 0.6.4 releaseJouni Malinen2008-08-101-1/+1
* Fixed a NULL pointer dereference when driver initialization failsJouni Malinen2008-08-081-1/+1
* Added support for setting BSS parameters with NL80211_CMD_SET_BSSJouni Malinen2008-08-071-3/+45
* Added support for opportunistic key caching (OKC)Jouni Malinen2008-08-0313-30/+205
* Cleaned up some of invalid documentation related to channel configuration.Jouni Malinen2008-07-231-7/+9
* Fixed NULL pointer dereference on error path [Bug 273]Jouni Malinen2008-07-181-1/+1
* Add IGTK/MFP configuration (disabled by default)Jouni Malinen2008-06-181-6/+38
* Added WLAN_STA_MFP flag for driver wrappers so that they can configure theJouni Malinen2008-06-175-1/+17
* Added support for configuring IGTKJouni Malinen2008-06-161-1/+6
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-091-0/+1
* Fixed a buffer overflow in nla_parse callJouni Malinen2008-06-061-1/+1
* Fix compile warnings on 64-bit systemsPavel Roskin2008-06-061-2/+2
* Introduced new helper function is_zero_ether_addr()Jouni Malinen2008-06-031-1/+1
* Fix USE_KERNEL_HEADERS build with compat-wirelessJouni Malinen2008-06-032-0/+10
* Include wireless_copy.h instead of linux/wireless.h to avoid conflictsJouni Malinen2008-06-031-1/+1
* Redesigned EAP-TLS/PEAP/TTLS/FAST fragmentation/reassemblyJouni Malinen2008-05-281-0/+2
* Added fragmentation support for EAP-TNCJouni Malinen2008-05-261-0/+1
* Added instructions on how to create the DH parameters files.Jouni Malinen2008-05-211-0/+2
* Updated the comment on 'bridge' variable to mention nl80211 which needsJouni Malinen2008-05-071-3/+3
* Disable functionality in hostapd_deauth_all_stas for hostap driver onlyMichael Bernhard2008-04-161-7/+8
* Small whitespace cleanupJouni Malinen2008-04-131-5/+5
* driver_nl80211: Do not send nl80211 message if beacon is not set yetMichael Bernhard2008-04-131-0/+3
* driver_nl80211: Return correct valueMichael Bernhard2008-04-131-2/+2
* driver_nl80211: Initialize local variableMichael Bernhard2008-04-131-1/+1
* driver_nl80211: Clone netlink callbacks instead of creating new onesMichael Bernhard2008-04-131-3/+3
* driver_nl80211: Use customizable netlink callbacksBernhard Michael2008-04-131-1/+9
* driver_nl80211: Use the correct nl80211 command to flush all stationsMichael Bernhard2008-04-131-1/+1
* nl80211 driver: fix beacon interval settingJohannes Berg2008-04-091-2/+4
* Fix nl80211 driver to receive EAPOL responseArtem Antonov2008-04-081-0/+5
* Rename NL80211_[ATTR]_STA_STAT_* to NL80211_[ATTR_]STA_INFO_Daniel Wagner2008-03-311-14/+14
* EAP-PEAP: Fixed interop issues in key derivation with cryptobindingJouni Malinen2008-03-191-0/+1