hostapd: Fix non-802.11w build
[wpasupplicant] / hostapd / ieee802_11.c
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...