aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Remove the debug print from data frame processingJouni Malinen2008-12-041-1/+0
* Fixed WEP authentication (both Open System and Shared Key) with mac80211Jouni Malinen2008-12-042-1/+25
* nl80211: Generate 802.11b mode based on 802.11g informationJouni Malinen2008-12-031-1/+75
* Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)Jouni Malinen2008-12-021-0/+6
* Fixed non-HT (and GF, 20 MHz) countingJouni Malinen2008-12-023-11/+28
* WPS: Added support for wildcard PINs that work with any UUID-EJouni Malinen2008-11-302-2/+14
* WPS: Added note about update_config and added WPS to ChangeLogJouni Malinen2008-11-301-1/+1
* Clear various flags on re-association to allow key_mgmt changesJouni Malinen2008-11-305-2/+19
* WPS: Added driver_test debug dump of Beacon/ProbeResp WPS IEJouni Malinen2008-11-291-0/+2
* WPS: Add length limits to device attribute stringsJouni Malinen2008-11-291-0/+25
* WPS: Fixed hostapd to use allocated buffers for device attributesJouni Malinen2008-11-291-5/+6
* WPS: Split wps_common.c into partsJouni Malinen2008-11-291-0/+3
* WPS: Moved RF Bands processing into wps_dev_attr.cJouni Malinen2008-11-291-0/+2
* WPS: Parse Request Type from WPS IE in (Re)AssocReq and derive mgmt keysJouni Malinen2008-11-294-0/+8
* Changed NL80211_ATTR_WIPHY_SEC_CHAN_OFFSET to use U32Jouni Malinen2008-11-261-6/+6
* nl80211: Fixed a merge issue in an earlier commit for set_freqJouni Malinen2008-11-261-13/+15
* nl80211: Clear HT flags from the channel when exitingJouni Malinen2008-11-261-0/+14
* Added option to distinguish non-HT and HT20 in set_freqJouni Malinen2008-11-263-1/+8
* nl80211: Add support for setting channel frequency and HT20 vs. HT40Jouni Malinen2008-11-254-7/+60
* Change HT parameter configuration to use a single driver ops functionJouni Malinen2008-11-252-34/+21
* Validate HT40 channel pair validity based on IEEE 802.11n Annex JJouni Malinen2008-11-251-0/+72
* driver_nl80211: Added set_country() handlerJouni Malinen2008-11-251-0/+25
* Added support for generating Country IE based on nl80211 regulatory infoJouni Malinen2008-11-252-3/+63
* Get maximum TX power for each allowed channel from mac80211Jouni Malinen2008-11-253-2/+15
* Add some notes on which channels can be used with HT40- and HT40+Jouni Malinen2008-11-241-0/+8
* Add set STA Channel Width field to 1 when allowing HT40Jouni Malinen2008-11-241-2/+4
* Added support for configuring secondary channel offset for HT40Jouni Malinen2008-11-244-4/+18
* Rename [40HT] to [HT40] in ht_capabJouni Malinen2008-11-242-3/+3
* Fixed HT Capabilities Info byte order processing for big endian CPUsJouni Malinen2008-11-242-8/+10
* Added IEEE 802.11n HT capability configuration (ht_capab)Jouni Malinen2008-11-243-5/+80
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-2324-34/+1519
* Preparations for 0.6.6 releaseJouni Malinen2008-11-231-1/+1
* Simplified RADIUS accounting id usageJouni Malinen2008-11-238-12/+19
* Use SM_ENTER_GLOBAL to clean up EAPOL state machine debug messagesJouni Malinen2008-11-231-8/+8
* Allocate new Acct-Session-Id on EAPOL-LogoffJouni Malinen2008-11-231-0/+2
* Fixed listen interval configuration for nl80211 driversJouni Malinen2008-11-222-0/+2
* Remove experimental non-AP STA code from hostapdJouni Malinen2008-11-217-221/+1
* Remove overly complex hostapd setup sequence with n+1 callbacksJouni Malinen2008-11-214-395/+115
* Removed forgotten register_drivers() prototypeJouni Malinen2008-11-211-9/+0
* Removed partial IEEE 802.11h implementationJouni Malinen2008-11-2110-157/+7
* Removed now unused reconfig variables.Jouni Malinen2008-11-211-4/+0
* reconfig.c file was not used at all, so remove it.Jouni Malinen2008-11-212-714/+1
* Fixed hostapd build without l2_packet (e.g., RADIUS server only).Jouni Malinen2008-11-211-0/+2
* Fixed EAP-TLS message fragmentation for the last TLS messageJouni Malinen2008-11-201-0/+3
* Remove extra typedefs since they do not seem to be needed anymoreJouni Malinen2008-11-181-6/+0
* Improved the error message for passive scan not being availableJouni Malinen2008-11-181-2/+7
* driver_nl80211: Remove monitor interface if AP initialization failsJouni Malinen2008-11-181-5/+9
* Changed channel flags configuration to read the information from the driverJouni Malinen2008-11-187-58/+46
* OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding APIJouni Malinen2008-11-161-0/+4
* Added support for enforcing frequent PTK rekeyingJouni Malinen2008-11-067-0/+35