aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/ieee802_11.c
Commit message (Expand)AuthorAgeFilesLines
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-1711/+0
* Remove direct driver calls from ieee802_11.cJouni Malinen2009-12-251-8/+6
* Remove direct driver calls from sta_info.cJouni Malinen2009-12-251-5/+5
* Avoid direct call to hostapd_new_assoc_sta from ieee802_11.cJouni Malinen2009-12-241-1/+1
* Move hostapd-to-driver flag mapping to be within ap_drv_ops.cJouni Malinen2009-12-241-10/+1
* Use hostapd driver op wrapper for send_mgmt_frameJouni Malinen2009-12-241-7/+7
* hostapd: Add WDS (4-address frame) mode with per-station interfacesFelix Fietkau2009-12-241-2/+11
* Mark management frame processing functions to use const bufferJouni Malinen2009-12-131-19/+30
* Mark ieee802_11_parse_elems() input and parsed elems constJouni Malinen2009-12-131-1/+1
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-131-9/+66
* Merge hostapd/sta_flags.h into sta_info.hJouni Malinen2009-12-131-1/+0
* Map STA flags into values defined in driver.hJouni Malinen2009-12-131-6/+7
* Remove usused flags parameter from sta_add() driver opJouni Malinen2009-12-131-1/+1
* Move IEEE 802.11n HT management code into a separate fileJouni Malinen2009-12-061-281/+12
* Remove src/crypto from default include pathJouni Malinen2009-11-291-4/+4
* Split handle_assoc() into number of helper functionsJouni Malinen2009-11-291-259/+368
* Check AID availability before handling HT state updates on associationJouni Malinen2009-11-291-6/+6
* Allocate sta->ht_capabilities dynamicallyJouni Malinen2009-11-291-6/+21
* Conver hostapd specific files to include common.hJouni Malinen2009-11-291-0/+1
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-291-13/+9
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-291-6/+1
* Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009Jouni Malinen2009-11-291-13/+19
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-281-2/+1
* hostapd: Fix endian bugs in STA HT capability handlingFelix Fietkau2009-11-161-14/+6
* Fix MCS set field to be based on driver infoJouni Malinen2009-11-051-3/+2
* Add ctrl_iface events for AP mode STA connect/disconnectJouni Malinen2009-10-161-0/+7
* Fix VLAN ID validation check to use the new VLAN IDBlaž Bačnik2009-09-301-1/+1
* Remove the STA entry on reassociation to clear STA PS stateJouni Malinen2009-09-261-0/+7
* Move RC4 into crypto.h as a replaceable crypto functionJouni Malinen2009-08-161-1/+1
* Remove rc4() wrapperJouni Malinen2009-08-161-2/+2
* Fix STA flag setting for auto-authorization if 802.1X/WPA is not usedJouni Malinen2009-05-281-0/+3
* hostapd: Fix non-802.11w buildJouni Malinen2009-05-261-1/+1
* Fix WMM and MFP STA flag setting with flags_or/flags_andJouni Malinen2009-05-111-7/+7
* Drop unprotected Robust Action frames from MFP STAsJouni Malinen2009-05-081-3/+22
* Add more debugging details for SA Query processingJouni Malinen2009-05-061-0/+11
* hostapd: Remove unused passive scan functionalityJouni Malinen2009-04-171-3/+0
* Remove flags parameter from send_mgmt_frame() driver opJouni Malinen2009-04-091-5/+5
* Mark STA authorized if IEEE 802.1X and WPA is not usedJouni Malinen2009-04-031-0/+4
* Replace sta_aid array with bitfieldJouni Malinen2009-03-251-6/+17
* Move AID derivation into a separate functionJouni Malinen2009-03-251-16/+26
* FT: Add RIC Request processing and RIC Response generationJouni Malinen2009-03-091-3/+4
* Fix non-HT STA additionJouni Malinen2009-03-051-3/+8
* WMM cleanup (WME -> WMM rename, comments, etc.)Jouni Malinen2009-03-041-8/+8
* Pass negotiated ht capability information after the associationvasanth2009-03-021-3/+31
* Fixed MFP Association Comeback mechanism to use Timeout Interval IEJouni Malinen2009-01-191-2/+3
* Fixed TKIP countermeasueres for drivers that do not use hostapd MLMEJouni Malinen2009-01-091-70/+0
* Split hostapd/driver.h into two filesJouni Malinen2009-01-081-1/+1
* Moved documentation from developer.txt into source code filesJouni Malinen2009-01-081-0/+15