]> git.ipfire.org Git - thirdparty/hostap.git/history - wpa_supplicant/ap.c
Use driver event, EVENT_EAPOL_RX, for EAPOL frame indication
[thirdparty/hostap.git] / wpa_supplicant / ap.c
2010-01-03  Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2010-01-03  Jouni MalinenFix CONFIG_AP=y build after driver API changes
2010-01-03  Jouni MalinenMove struct hostapd_frame_info definition away from...
2009-12-28  Jouni MalinenDefine struct wpa_ssid::mode as an enum with more reada...
2009-12-27  Jouni MalinenFix wpa_supplicant build with CONFIG_AP=y
2009-12-27  Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
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 MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25  Jouni MalinenMove driver deinitialization away from hostapd.c
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 MalinenFix wpa_supplicant CONFIG_AP build
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24  Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-21  Jouni MalinenCopy config_methods and device_type configuration for...
2009-12-21  Jouni MalinenAdd "keypad" to config methods for wpa_supplicant AP...
2009-12-19  Jouni MalinenMake hostapd_for_each_interface() take context pointer...
2009-12-13  Jouni MalinenMark management frame processing functions to use const...
2009-12-13  Jouni MalinenUse generic driver events for TX status and RX reporting
2009-11-23  Jouni MalinenFix CONFIG_AP=y build after driver_ops set_key merge
2009-11-23  Jouni MalinenMerge set_beacon driver_ops into a single one
2009-10-16  Jouni MalinenAdd AP mode WPA status into ctrl_iface
2009-10-13  Jouni MalinenFix CONFIG_AP=y build without CONFIG_CTRL_IFACE
2009-09-29  Jouni MalinenFix hostapd wpa_msg() calls ctx for wpa_supplicant...
2009-09-08  Jouni MalinenAdd station table query to wpa_supplicant AP ctrl_iface
2009-08-26  Witold SowaFix a bug with ap_rx_from_unknown_sta() recursion
2009-08-15  Witold SowaSet current ssid when entering AP mode
2009-08-14  Johannes BergReplace NEED_MLME with NEED_AP_MLME
2009-07-25  Witold SowaSet state to COMPLETE when AP mode has been initialized...
2009-05-26  Jouni MalinenWPS: Add support for setting timeout for PIN
2009-04-21  Jouni Malinenwpa_supplicant AP: Add preliminary support for WPS...
2009-04-20  Jouni Malinenwpa_supplicant AP: Add sta_set_flags
2009-04-20  Jouni Malinenwpa_supplicant AP: Add EAPOL frame TX and RX
2009-04-20  Jouni Malinenwpa_supplicant AP: Update WPA/RSN configuration
2009-04-17  Jouni Malinenwpa_supplicant AP: add sta_add() and sta_remove()
2009-04-17  Jouni Malinenwpa_supplicant AP: Fix build after hostapd driver_ops...
2009-04-12  Jouni Malinenwpa_supplicant AP: Fix hw_mode for 5 GHz channels
2009-04-09  Jouni MalinenMerge hostapd driver init functions into one
2009-04-09  Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09  Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-03  Jouni Malinenwpa_supplicant AP: Add get_hw_feature_data
2009-04-03  Jouni MalinenSet own MAC address in AP data structures
2009-04-03  Jouni MalinenImplement management frame TX for wpa_supplicant AP...
2009-04-02  Jouni Malinenwpa_supplicant AP: Add management frame RX for nl80211
2009-04-02  Jouni MalinenAdd Beacon configuration for wpa_supplicant AP mode
2009-03-27  Jouni MalinenAdd needed AP driver wrappers (most of which are still...
2009-03-27  Jouni MalinenSet hostapd configuration based on wpa_supplicant AP...
2009-03-26  Jouni MalinenAdd preliminary hostapd data structure initialization...
2009-03-26  Jouni MalinenMove wpa_supplicant_create_ap() into ap.c
2009-03-25  Jouni MalinenFix wpa_supplicant AP build after hostapd header file...
2009-03-25  Jouni MalinenLink in AP functionality from hostapd when CONFIG_AP=y