wpa_gui: Convert strings to use tr() in user-visible text
[libeap.git] / src / ap /
2010-04-11 Jouni MalinenAdd wpa_supplicant AP mode events for Public Action...
2010-04-11 Jouni MalinenAdd WPS Registrar success callback
2010-04-11 Jouni MalinenStarted to make set_ap_wps_ie() capable of adding multi...
2010-04-11 Jouni MalinenSimplify driver_ops for virtual interface add/remove
2010-04-11 Yogesh Ashok PowarAllow advertising of U-APSD functionality in Beacon
2010-04-10 Jouni MalinenFT: Validate MDIE and FTIE in FT 4-way handshake messag...
2010-04-10 Jouni MalinenFT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime...
2010-04-10 Jouni MalinenParse EAPOL-Key msg 2/4 Key Data IEs/KDEs before checki...
2010-04-09 Jouni MalinenFT: Validate FTIE fields in Reassociation Request
2010-04-09 Jouni MalinenFT: Validate protect IE count in FTIE MIC Control
2010-04-09 Jouni MalinenFT: Fix Reassociation Response in FT Protocol to includ...
2010-04-09 Jouni MalinenFT: Do not add MIC to FTIE during initial MD association
2010-04-07 Jouni MalinenFT: Fix GTK subelement format in FTIE
2010-04-07 Jouni MalinenFT: Fix FT 4-Way Handshake to include PMKR1Name in...
2010-04-07 Jouni MalinenFT: Do not include RSN IE in (Re)Assoc Resp during...
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-04-07 Jouni MalinenAvoid hostapd segfault on invalid driver association...
2010-04-06 Andriy TkachukFix WPA/RSN IE update on reconfig with set_generic_elem()
2010-04-06 Jouni MalinenWPS: Fix WPS IE update in Beacon frames for nl80211
2010-04-04 Jouni MalinenFT: Re-set PTK on reassociation
2010-04-04 Jouni MalinenFT: Use bridge interface (if set) for RRB connection
2010-04-04 Jouni MalinenFT: Set WLAN_AUTH_FT auth_alg on FT-over-DS case
2010-04-04 Jouni MalinenFT: Force key configuration after association in FT...
2010-04-04 Jouni MalinenAdd AP-STA-DISCONNECT event for driver-based MLME
2010-04-04 Jouni MalinenAllow hostapd_notif_assoc() to be called with all IEs
2010-04-04 Jouni MalinenFix Windows compilation issues with AP mode code
2010-03-30 Jouni MalinenMFP: Fix IGTK PN in group rekeying
2010-03-29 Jouni MalinenMFP: Add SA Query Request processing in AP mode
2010-03-29 Jouni MalinenFix ctrl_iface get-STA-MIB for WPS disabled case
2010-03-27 Jouni MalinenFix wpa_auth_iface_iter() to skip BSSes without Authent...
2010-03-13 Jouni MalinenFT: Fix Authorized flag setting for FT protocol
2010-03-13 Jouni MalinenFT: Fix PTK configuration in authenticator
2010-03-07 Jouni MalinenFT: Include pairwise cipher suite in PMK-R0 SA and...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from set_ap_wps_ie...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from set_ht_params...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter to sta_set_flags...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from sta_add()...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from hapd_get_ssid...
2010-03-07 Jouni MalinenRemove unnecessary ifname parameter from set_generic_el...
2010-03-07 Jouni MalinenRemove unneeded ifname parameter from set_privacy(...
2010-03-07 Jouni MalinenAvoid crash after driver init failure
2010-03-07 Jouni MalinenRemove unneeded iface parameter from if_add() driver op
2010-03-06 Jouni MalinenRemove unnecessary ifname parameter from set_beacon()
2010-03-06 Felix Fietkauhostapd: allow stations to move between different bss...
2010-03-06 Felix Fietkauhostapd: Fix interface selection for the nl80211 driver
2010-03-06 Felix Fietkauhostapd: fix bogus nl80211 interface remove messages...
2010-03-06 Felix Fietkauhostapd: add ifname to the sta_set_flags callback
2010-02-19 Jouni MalinenMake EAPOL Authenticator buildable with Microsoft compiler
2010-01-17 Christian Lamparterap: Reorder authsrv_init() to fix IEEE 802.1X initializ...
2010-01-10 Jouni MalinenIBSS RSN: Check explicitly that WPA auth sm assoc call...
2010-01-10 Jouni MalinenAvoid a theoretical use-after-free in WPA auth sm init
2010-01-06 Jouni MalinenFix memory leak on RSN preauth init error path
2010-01-06 Lennert BuytenhekFix WMM default parameters
2010-01-03 Jouni MalinenShare the same enum for MFP configuration
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni MalinenUse generic driver event notification for AP mode assoc...
2010-01-03 Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2010-01-03 Jouni MalinenReplace hostapd_notif_new_sta() with new driver event...
2010-01-03 Jouni MalinenRemove unnecessary wpa_event_type typedef
2010-01-03 Jouni MalinenMove struct hostapd_frame_info definition away from...
2010-01-03 Jouni MalinenRemove struct ieee80211_hdr dependency from EVENT_RX_FR...
2010-01-03 Jouni MalinenReplace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ...
2009-12-28 Jouni MalinenWPS: Add Enrollee-seen event message and wpa_gui-qt4...
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-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25 Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25 Jouni MalinenReplace src/ap/driver_i.h with non-inlined functions...
2009-12-25 Jouni MalinenRemove ap_config.h dependency from driver_i.h
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 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 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-24 Jouni MalinenAdd forgotten src/ap/utils.c file
2009-12-24 Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap