Copy config_methods and device_type configuration for AP mode
[libeap.git] / hostapd /
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
2009-12-06 Jouni MalinenMove EAP-SIM DB conditional build into hostapd
2009-12-06 Jouni MalinenRemove conditional no-RADIUS build from src/radius
2009-12-06 Jouni MalinenMove hlr_auc_gw into hostapd directory
2009-12-06 Jouni MalinenRemove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256...
2009-12-06 Jouni MalinenSplit crypto_internal.c into parts to clean up build
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-05 Jouni MalinenRemove Milenage test from hostapd/Makefile
2009-12-05 Jouni MalinenMove milenage.[ch] into src/crypto
2009-12-03 Jouni MalinenFix hostapd build with WPS disabled
2009-12-02 Jouni MalinenAdd more Doxygen documentation for RADIUS server implem...
2009-11-29 Jouni MalinenMove internal EAPOL authenticator defines into their...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenSplit handle_assoc() into number of helper functions
2009-11-29 Jouni MalinenMark IE input to hostapd_eid_wmm_valid() const
2009-11-29 Jouni MalinenCheck AID availability before handling HT state updates...
2009-11-29 Jouni MalinenAllocate sta->ht_capabilities dynamically
2009-11-29 Jouni MalinenMake HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUM...
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenChange EAPOL authenticator hapd pointers to be opaque...
2009-11-29 Jouni MalinenRemove dependency on sta_info.h from eapol_sm.c
2009-11-29 Jouni MalinenMake eapol_auth_initialize() static since it is interna...
2009-11-29 Jouni MalinenAdd EAPOL authenticator event callback
2009-11-29 Jouni MalinenGet PMKSA cache status as EAPOL alloc flag
2009-11-29 Jouni MalinenInitialize EAPOL authenticator flags during allocation
2009-11-29 Jouni MalinenInclude common/eapol_common.h explicit and fix eapol_au...
2009-11-29 Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenAdd driver wrapper callback for WPS push button pressed
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-29 Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-29 Jouni MalinenFix AP mode HT Capabilities IE to use A-MPDU Parameters...
2009-11-29 Jouni MalinenRename HT Capabilities IE fields to match with IEEE...
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-11-28 Jouni MalinenRemove old wpa_supplicant/hostapd doxygen files
2009-11-26 Jouni MalinenWPS: Clean up Primary Device Type handling
2009-11-24 Jouni MalinenFix internal crypto build with some configurations
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMove HOSTAPD_MTU definition into driver_hostap.c
2009-11-23 Jouni MalinenMove definitions away from hostapd_defs.h
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-11-21 Jouni MalinenPreparations for v0.7.0 release hostap_0_7_0
2009-11-21 Jouni MalinenUpdate ChangeLog files for 0.7.0 release
2009-11-16 Felix Fietkauhostapd: Fix endian bugs in STA HT capability handling
2009-11-16 Felix Fietkauhostapd: Fix BSS channel checks in 40 MHz scan
2009-11-15 Jouni MalinenWPS: Do not use ASCII-dump on binary PutWLANResponse...
2009-11-14 Jouni MalinenWPS: Remove unused WFA WLANConfig Service actions
2009-11-11 Andriy TkachukDisassociate STA if it associated with invalid/missing...
2009-11-10 Jouni MalinenFix use-after-free issue with pid_file in hostapd termi...
2009-11-10 Jouni MalinenWPS: Fix credential processing for open network case
2009-11-10 Jouni MalinenFix hlr_auc_gw build (wpabuf.o is needed now for tls_op...
2009-11-08 Jouni MalinenWPS: Add HTTP server module
2009-11-08 Jouni MalinenWPS: Move generic UPnP XML helper functionality into...
next