aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a place for example mac80211_hwsim test casesJouni Malinen2008-08-287-0/+58
* Added support for setting VLAN ID for STAs based on local MAC ACLJouni Malinen2008-08-287-20/+55
* Fixed WEXT scan result parser to not crash on invalid IEs (zero len buffer)Jouni Malinen2008-08-272-4/+10
* 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
* Updated the OpenSSL EAP-FAST patch for the current OpenSSL 0.9.9 snapshotJouni Malinen2008-08-241-54/+71
* Fixed internal TLSv1 server implementation for abbreviated handshakeJouni Malinen2008-08-242-1/+5
* Fixed EAP-FAST server PAC-Opaque paddingJouni Malinen2008-08-242-1/+3
* HT: Removed unused definitionsJouni Malinen2008-08-221-9/+0
* 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-2212-6/+18
* 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-2114-16/+683
* Added mlme_{add,remove}_sta() for userspace MLMEJouni Malinen2008-08-181-0/+73
* Internal X.509/TLSv1: Support SHA-256 in X.509 certificate digestJouni Malinen2008-08-164-7/+57
* Updated EAP-TTLSv0 references to use RFC 5281Jouni Malinen2008-08-164-10/+10
* nl80211: Preliminary code for usermode MLME supportJouni Malinen2008-08-155-0/+1201
* Fixed supported rates IE generation for Probe Response frames.Jouni Malinen2008-08-151-2/+1
* nl80211: Fixed re-initialization of removed and re-inserted interfaceJouni Malinen2008-08-151-26/+100
* nl80211: Fixed set_mode() to actually use adhoc/station nl80211 variablesJouni Malinen2008-08-151-1/+2
* IEEE Std 802.11r-2008 has been released, so update referencesJouni Malinen2008-08-156-15/+10
* Preparations for 0.6.4 releaseJouni Malinen2008-08-107-14/+15
* Fixed MinGW build without CONFIG_NDIS_EVENTS_INTEGRATED definedJouni Malinen2008-08-102-1/+6
* Renamed MSG to PROC_MSG to avoid conflicts with MinGW winuser.hJouni Malinen2008-08-102-10/+10
* 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
* Fixed opportunistic key caching (OKC)Jouni Malinen2008-08-032-1/+3
* WEXT: Fixed re-initialization of removed and re-inserted interfaceJouni Malinen2008-07-252-10/+79
* 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
* Fixed EAP-TNC not to include extra EAP header and TNC flagsJouni Malinen2008-07-172-21/+15
* wext: fix maxrate calculationDan Williams2008-07-153-3/+11
* Fixed wpa_scan_get_max_rate() to clear the basicrate flag when determiningJouni Malinen2008-07-151-4/+4
* Make proactive key caching working againMichael Bernhard2008-07-062-1/+3
* man wpa_supplicant: Clearly state which options are given per interfacePavel Polischouk2008-06-181-10/+22
* Add IGTK/MFP configuration (disabled by default)Jouni Malinen2008-06-181-6/+38
* Added temporary #ifdef WEXT_MFP_PENDING around the MFP changesJouni Malinen2008-06-181-0/+4
* WEXT: IEEE 802.11w/MFP configurationJouni Malinen2008-06-182-0/+28
* Add support for the driver which do 4-way handshakeMasakazu Mokuno2008-06-181-3/+50
* Add the flags for the drivers which do 4-way handshakeMasakazu Mokuno2008-06-181-0/+2
* 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
* Removed forgotten todo entryJouni Malinen2008-06-101-1/+0
* Added support for AP mode Beacon transmissionJouni Malinen2008-06-101-5/+87
* Set ACK flag properly for txstatusJouni Malinen2008-06-101-3/+17
* Use _irqsafe versions of ieee80211 rx and tx_status functionsJouni Malinen2008-06-101-2/+2
* Added start/stop handlers and do not send frames to stopped radiosJouni Malinen2008-06-101-1/+7
* Added a comment about hwsim#Jouni Malinen2008-06-101-0/+4