]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/beacon.c
WNM: Add support for SSID List element matching
[thirdparty/hostap.git] / src / ap / beacon.c
2012-12-16  Jouni MalinenWNM: Add support for SSID List element matching
2012-09-06  Arik NemtsovAP: Configure basic rates from iface and not conf
2012-08-27  Jouni MalinenAdd parameter for vendor specific elements into Beacon...
2012-08-07  Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-07-30  Jouni MalinenHS 2.0: Add mechanism for disabling DGAF
2012-07-30  Jay KatabathuniHS 2.0: Add Hotspot 2.0 Indication for AP
2012-06-30  Mahesh Palivelahostapd: Add IEEE 802.11ac VHT IEs into Beacon/Probe...
2012-04-01  Johannes BergPass signal strength through, fix units
2012-04-01  Luciano Coelhohostapd: Only update already-set beacons when processin...
2012-03-27  Vasanthakumar Thia... nl80211: Make use of driver's capability to detect...
2012-01-08  Jouni MalinenP2P: Use Device ID attribute to filter Probe Request...
2011-12-10  Arik NemtsovSet driver Probe Response template for AP mode offload
2011-12-10  Arik NemtsovSplit Probe Response generation into a separate function
2011-12-03  Jouni MalinenMerge set_rate_sets() driver_ops into set_ap()
2011-11-19  Helmut SchaaAvoid excessive probe response retries
2011-11-19  Helmut SchaaAllow MLME frames to be sent without expecting an ACK...
2011-10-29  Jouni MalinenRemove unconfigurable cts_protection_type
2011-10-21  Jouni MalinenInterworking: Filter Probe Request frames based on...
2011-10-21  Jouni MalinenInterworking: Include Access Network Type in set_ap...
2011-10-17  Jouni MalinenAdd support for Time Advertisement
2011-10-17  Jouni MalinenInterworking: Add support for configuring Roaming Conso...
2011-10-17  Jouni MalinenInterworking: Add Advertisement Protocol element
2011-10-17  Jouni MalinenAdd Interworking configuration in set_ap() driver_ops
2011-10-17  Jouni MalinenMove Ext Capab and Interworking element construction...
2011-10-17  Jouni MalinenRemove unused function argument
2011-10-17  Jouni MalinenMove AP BSS configuration parameters into set_ap()
2011-10-17  Jouni MalinenDeprecate set_intra_bss() driver_ops
2011-10-17  Jouni MalinenRemove unused P2P device discovery hack from Beacon...
2011-10-17  Jouni MalinenStart deprecating various AP mode driver_ops
2011-10-16  Jouni MalinenIEEE 802.11u: Add configuration and advertisement for...
2011-08-26  Jouni MalinenProvide extra IEs for AP mode management frames with...
2011-08-26  Jouni MalinenAdd support for setting SSID hiding mode through set_ap()
2011-08-26  Jouni MalinenAdd crypto parameters to set_ap() command separately
2011-08-10  Jouni MalinenAdd SSID as a separate item in AP mode Beacon setup
2011-08-10  Jouni MalinenReplace set_beacon() driver op with set_ap()
2011-08-09  Jouni MalinenWPS: Do not update Beacon IEs before initial IE set
2011-07-15  Jouni MalinenP2P: Filter Probe Request frames based on DA and BSSID...
2011-01-28  Jouni Malinenhostapd: Allow TDLS use to be prohibited in the BSS
2011-01-17  Jouni MalinenAP: Validate management frame length
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-10-08  Jouni MalinenP2P: Extend P2P manager functionality to work with...
2010-09-09  Jouni MalinenP2P: Add defined values for P2P Manageability Bitmap
2010-09-09  Jouni MalinenP2P: Add preliminary P2P Manager AP support for hostapd
2010-09-09  Jouni MalinenP2P: Add P2P configuration and callbacks in hostapd...
2010-09-05  Jouni MalinenIndicate Barker Preamble Mode in ERP IE also based...
2010-07-05  Jouni MalinenAdd new debug message level for excessive information
2010-05-02  Jouni Malinenhostapd: Reorder some IEs to get closer to IEEE 802...
2010-03-06  Jouni MalinenRemove unnecessary ifname parameter from set_beacon()
2009-12-28  Jouni MalinenAllow Probe Request callbacks to terminate iteration
2009-12-28  Jouni MalinenAllocate Probe Response and Beacon buffers based on...
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