Remove src/crypto from default include path
[libeap.git] / hostapd / ieee802_11.c
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenSplit handle_assoc() into number of helper functions
2009-11-29 Jouni MalinenCheck AID availability before handling HT state updates...
2009-11-29 Jouni MalinenAllocate sta->ht_capabilities dynamically
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29 Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-16 Felix Fietkauhostapd: Fix endian bugs in STA HT capability handling
2009-11-05 Jouni MalinenFix MCS set field to be based on driver info
2009-10-16 Jouni MalinenAdd ctrl_iface events for AP mode STA connect/disconnect
2009-09-30 Blaž BačnikFix VLAN ID validation check to use the new VLAN ID
2009-09-26 Jouni MalinenRemove the STA entry on reassociation to clear STA...
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-05-28 Jouni MalinenFix STA flag setting for auto-authorization if 802...
2009-05-26 Jouni Malinenhostapd: Fix non-802.11w build
2009-05-11 Jouni MalinenFix WMM and MFP STA flag setting with flags_or/flags_and
2009-05-08 Jouni MalinenDrop unprotected Robust Action frames from MFP STAs
2009-05-06 Jouni MalinenAdd more debugging details for SA Query processing
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
2009-04-03 Jouni MalinenMark STA authorized if IEEE 802.1X and WPA is not used
2009-03-25 Jouni MalinenReplace sta_aid array with bitfield
2009-03-25 Jouni MalinenMove AID derivation into a separate function
2009-03-09 Jouni MalinenFT: Add RIC Request processing and RIC Response generation
2009-03-05 Jouni MalinenFix non-HT STA addition
2009-03-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-03-02 vasanthPass negotiated ht capability information after the...
2009-01-19 Jouni MalinenFixed MFP Association Comeback mechanism to use Timeout...
2009-01-09 Jouni MalinenFixed TKIP countermeasueres for drivers that do not...
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2008-12-31 Jouni MalinenFixed SA Query Request length
2008-12-30 Jouni MalinenAdded ctrl_interface command for sending a SA Query...
2008-12-26 Jouni MalinenAdded a TODO item for sending protected Disassoc after...
2008-12-26 Jouni MalinenDo not use SA Query procedure if reassociation is part...
2008-12-26 Jouni MalinenUpdated SA Query procedure to use timeouts per 802...
2008-12-26 Jouni MalinenRenamed Ping procedure into SA Query procedure per...
2008-12-26 Jouni MalinenFixed the MFP Status/Reason Code values per 802.11w...
2008-12-22 Jouni MalinenReject association if HT STA tries to use TKIP as pairw...
2008-12-22 Jouni MalinenAllow HT to be enabled for a STA even without WMM
2008-12-02 Jouni MalinenFixed non-HT (and GF, 20 MHz) counting
2008-11-30 Jouni MalinenClear various flags on re-association to allow key_mgmt...
2008-11-29 Jouni MalinenWPS: Parse Request Type from WPS IE in (Re)AssocReq...
2008-11-24 Jouni MalinenAdd set STA Channel Width field to 1 when allowing...
2008-11-24 Jouni MalinenAdded support for configuring secondary channel offset...
2008-11-24 Jouni MalinenFixed HT Capabilities Info byte order processing for...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-23 Jouni MalinenSimplified RADIUS accounting id usage
2008-11-22 Jouni MalinenFixed listen interval configuration for nl80211 drivers
2008-11-21 Jouni MalinenRemove experimental non-AP STA code from hostapd
2008-11-21 Jouni MalinenRemoved partial IEEE 802.11h implementation
2008-10-29 Jouni MalinenMoved ieee802_11_parse_elems() into common code
2008-10-29 Jouni MalinenRemoved the unused hapd argument to ieee802_11_parse_el...
2008-08-31 Jouni MalinenCleaned up TX callback request processing
2008-08-31 Jouni MalinenMoved WMM action category definition into ieee802_11_defs.h
2008-08-31 Jouni MalinenIEEE 802.11w: Added association ping
2008-08-30 Jouni MalinenCopy previous BSSID into STA data only after full valid...
2008-08-22 Jouni MalinenMoved IEEE 802.11n parameter to be per-radio instead...
2008-08-22 Jouni MalinenDo not store dynamic HT IEs in configuration structures
2008-08-22 Tomas WinklerAdd Intel copyright for files with 802.11n Intel changes
2008-08-21 Jouni MalinenAdd preliminary IEEE 802.11n support into hostapd
2008-06-17 Jouni MalinenAdded WLAN_STA_MFP flag for driver wrappers so that...
2008-02-28 Jouni MalinenAdded max_listen_interval configuration option
2008-02-28 Jouni MalinenAdded listen interval to hostapd sta_add() driver function
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...