]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/ieee802_11.c
AP: Add uapsd_queues and max_sp fields
[thirdparty/hostap.git] / src / ap / ieee802_11.c
2011-12-17  Eliad PellerAP: Add uapsd_queues and max_sp fields
2011-12-11  Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-12-04  Arik NemtsovAllow Action frames with unknown BSSID in GO mode
2011-11-24  Jouni MalinenUse wpa_key_mgmt_*() helpers
2011-11-24  Jouni MalinenWPS: Include WSC IE in (Re)Association Response for...
2011-11-19  Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-11-19  Johannes BergAP: Add explicit EAPOL TX status event
2011-11-03  Jouni MalinenMove AP events for STA connected/disconnected into...
2011-11-03  Jouni MalinenFix some recent wpa_msg() calls in hostapd use correct...
2011-10-23  Jouni MalinenRemove unused variables
2011-10-20  Johannes BergAP: Do station poll in driver wrapper
2011-10-17  Jouni MalinenMove Ext Capab and Interworking element construction...
2011-10-17  Mahesh PalivelaMove SA Query mechanism into a file that can be shared...
2011-10-16  Jouni MalinenIEEE 802.11u: Add configuration and advertisement for...
2011-10-15  Yogesh Ashok PowarDisconnect STA when it fails to get added in kernel...
2011-08-28  Jouni MalinenDelay STA entry removal until Deauth/Disassoc TX status...
2011-08-28  Jouni MalinenWPS: Wait for EAPOL-Start unless WPS 2.0 station as...
2011-07-12  Arik Nemtsovhostapd: Set STA flags when adding a new station
2011-04-15  Jouni MalinenAdd workaround for race condition with AssocResp TX...
2011-04-11  Per EkmanRemove references to time_t/time()/random()
2011-02-24  Ben GreearAP: Update logging related to inactivity and disassociation
2011-02-21  Helmut Schaahostapd: Allow coexistance of HT BSSes with WEP/TKIP...
2011-02-09  Jouni Malinenhostapd: Add require_ht configuration parameter
2011-02-02  Johannes BergAP: Introduce sta authorized wrappers
2011-01-28  Jouni Malinenhostapd: Allow TDLS use to be prohibited in the BSS
2011-01-17  Jouni MalinenAP: Validate management frame length
2010-12-05  Jouni MalinenDo not send Deauth/Disassoc to unknown STA if SA is...
2010-11-24  Jouni MalinenGet rid of struct hostapd_driver_ops abstraction
2010-11-24  Jouni Malinenhostapd_driver_ops reduction
2010-11-24  Jouni Malinenhostapd: Start removing struct hostapd_driver_ops abstr...
2010-11-09  Felix FietkauFix WDS STA reassociation
2010-10-19  Jouni MalinenP2P: Track non-P2P members in the group and set Group...
2010-10-08  Jouni MalinenP2P: Extend P2P manager functionality to work with...
2010-09-09  Jouni MalinenP2P: Allow P2P IE without Device Info in (Re)Assoc Req
2010-09-09  Jouni MalinenP2P: Add preliminary P2P Manager AP support for hostapd
2010-09-09  Jouni MalinenP2P: Add group notifications
2010-09-09  Jouni MalinenP2P: Add P2P configuration and callbacks in hostapd...
2010-09-09  Jouni MalinenP2P: Save a copy of P2P IE(s) data from (Re)Association...
2010-09-09  Jouni MalinenWPS 2.0: Validate WPS attributes in management frames...
2010-08-25  Jouni MalinenRemove unused ieee802_11_send_deauth()
2010-07-05  Jouni MalinenAdd new debug message level for excessive information
2010-05-26  Jouni MalinenAdd WPS IE into (Re)Association Response frame if WPS...
2010-05-26  Jouni MalinenReassemble WPS IE(s) in (Re)Association Request if...
2010-05-02  Jouni Malinenhostapd: Reorder some IEs to get closer to IEEE 802...
2010-04-15  Jouni MalinenStop processing if STA VLAN bind fails
2010-04-15  Jouni MalinenWPS: Fix association when both WPS and WPA/RSN IE are...
2010-04-11  Jouni MalinenAdd wpa_supplicant AP mode events for Public Action...
2010-03-29  Jouni MalinenMFP: Add SA Query Request processing in AP mode
2010-03-13  Jouni MalinenFT: Fix Authorized flag setting for FT protocol
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from sta_add()...
2009-12-25  Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap