FT: Set FT Capability and Policy properly in MDIE during initial MD assoc
[libeap.git] / hostapd /
2010-04-07 Jouni MalinenUse more os.h wrapper functions in hostapd_cli
2010-04-07 Gregory DetalAdd support for action scripts in hostapd_cli
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-04-06 Michael Bueschhostapd: Use cp -f in make install
2010-03-29 Jouni MalinenAdd test commands for sending deauth/disassoc without...
2010-03-29 Jouni MalinenAdd deauthenticate/disassociate ctrl_iface commands
2010-03-07 Jouni MalinenFix a typo in r1kh config parameter description
2010-03-06 Jouni MalinenRemove unneeded CONFIG_EAP comments
2010-02-19 Jouni MalinenRename EAP server source files to avoid duplicate names
2010-01-16 Jouni MalinenPreparations for v0.7.1 release hostap_0_7_1
2010-01-16 Jouni Malinenhostapd: Detect bridge interface automatically
2010-01-16 Jouni MalinenFix linking of nt_password_hash
2010-01-10 Jouni MalinenVerify that os_get_random() success for SA Query id
2010-01-09 Jouni MalinenClose config file on error path
2010-01-09 Masashi Honmabsd: Add support for WPA_TRACE and WPA_TRACE_BFD
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni Malinenhostapd: Fix deinit on initialization failure
2009-12-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
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-25 Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25 Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25 Jouni MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25 Jouni MalinenMove hostapd_prune_associations() into ap/utils.c
2009-12-25 Jouni MalinenMove WPA authenticator glue code into a separate file
2009-12-25 Jouni MalinenMove authentication server setup into separate file
2009-12-25 Jouni MalinenMove iapp.c into src/ap
2009-12-25 Jouni MalinenMove ctrl_iface_ap.c into src/ap
2009-12-25 Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-25 Jouni Malinenhostapd: Do not call eloop_terminate() on interface...
2009-12-24 Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24 Jouni MalinenRemove direct driver calls from tkip_countermeasures.c
2009-12-24 Jouni MalinenRemove direct driver calls from ieee802_11.c
2009-12-24 Jouni MalinenRemove direct driver calls from sta_info.c
2009-12-24 Jouni MalinenRemove direct driver calls from vlan_init.c
2009-12-24 Jouni MalinenRemove direct driver calls from beacon.c
2009-12-24 Jouni MalinenRemove need for direct driver calls from ieee802_11_auth.c
2009-12-24 Jouni MalinenAvoid direct call to hostapd_new_assoc_sta from ieee802...
2009-12-24 Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24 Jouni MalinenAvoid a direct call to drv_callbacks.c from beacon.c
2009-12-24 Jouni MalinenMove hostapd_set_drv_ieee8021x() into ap_drv_ops
2009-12-24 Jouni MalinenMove hostapd-to-driver flag mapping to be within ap_drv...
2009-12-24 Jouni MalinenMove wpa_drivers dependency into config_file.c
2009-12-24 Jouni MalinenRemove direct driver calls from accounting.c
2009-12-24 Jouni MalinenMove hostapd configuration parser into separate file
2009-12-24 Jouni MalinenMove more driver ops into struct hostapd_driver_ops
2009-12-24 Jouni MalinenMove hostapd_set_privacy() call to hostapd.c
2009-12-24 Jouni MalinenUse hostapd driver op wrapper for send_mgmt_frame
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24 Jouni Malinenhostapd: Use separate driver operations abstraction
2009-12-24 Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-23 Jouni MalinenComment CONFIG_WPA_TRACE_BFD=y out by default
2009-12-21 Jouni MalinenFix memory leak in config freeing
2009-12-21 Jouni MalinenCopy config_methods and device_type configuration for...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21 Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-21 Jouni MalinenAP: Allow both WPA passphrase and PSK to be configured
2009-12-20 Jouni MalinenDescribe tracing build options for developers
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
2009-12-19 Jouni Malinenhostapd_cli: Use os_program_{init,deinit}
2009-12-19 Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19 Jouni Malinenhostapd: Call os_program_{init,deinit}()
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenMake hostapd_for_each_interface() take context pointer...
2009-12-19 Jouni MalinenAdd backtrace support for debugging
2009-12-19 Jouni MalinenMake struct radius_msg private to radius.c
2009-12-19 Jouni MalinenChange radius_msg_free() to free the buffer
2009-12-13 Jouni MalinenMark management frame processing functions to use const...
2009-12-13 Jouni MalinenMark ieee802_11_parse_elems() input and parsed elems...
2009-12-13 Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13 Jouni MalinenReplace hostapd_button_pushed() with generic driver...
2009-12-13 Jouni MalinenFix EVENT_FT_RRB_RX processing
2009-12-13 Jouni MalinenReplace hostapd_michael_mic_failure() with generic...
2009-12-13 Jouni MalinenAdd BSS ctx to if_add() driver op
2009-12-13 Jouni MalinenMerge hostapd/sta_flags.h into sta_info.h
2009-12-13 Jouni MalinenMap STA flags into values defined in driver.h
2009-12-13 Jouni MalinenRemove unneeded hostapd_wmm_sta_config()
2009-12-13 Jouni MalinenRemove usused flags parameter from sta_add() driver op
2009-12-12 Jouni MalinenAdd more WPA/IEEE 802.1X parameters into set_ieee8021x...
2009-12-12 Jouni MalinenChange set_ieee8021x driver op to use parameters structure
2009-12-12 Jouni MalinenReplace direct driver call to wpa_ft_rrb_rx() with...
2009-12-12 Jouni MalinenRemove obsolete Prism54.org driver support (driver_pris...
2009-12-12 Jouni Malinendriver_wired: Move STA entry processing away from drive...
2009-12-12 Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
2009-12-12 Jouni MalinenWPS: Remove unnecessary GetDevice and PutMessage callbacks
2009-12-12 Jouni MalinenWPS: Remove unnecessary SetSelectedRegistrar callback
2009-12-11 Jouni MalinenFix dh_groups.o build for some configurations
2009-12-11 Jouni MalinenFix hostapd build without RADIUS server
2009-12-10 Jouni MalinenMerge get_seqnum_igtk() driver op with get_seqnum()
2009-12-09 Jouni Malinenhostapd: Remove unused bridge_packets configuration...
2009-12-09 Jouni MalinenRemove struct hostapd_rate_data from driver API
2009-12-09 Jouni MalinenMerge bss_add/bss_remove drivers ops into if_add/if_remove
2009-12-09 Jouni MalinenRemove unused if_update() driver op
2009-12-06 Jouni MalinenFix conditional EAP-SIM/AKA DB code selection
2009-12-06 Jouni MalinenMove IEEE 802.11n HT management code into a separate...
2009-12-06 Jouni MalinenRemove unnecessary CONFIG_IEEE80211N use
2009-12-06 Jouni MalinenRemove unused phytype RX info variable
2009-12-06 Jouni MalinenRemove unused hostapd reconfig code
next