Set driver Probe Response template for AP mode offload
[mech_eap.git] / src / ap / beacon.c
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