Merge commit 'garage/master'
[wpasupplicant] / hostapd /
2009-06-12 Jouni MalinenAdd generic infrastructure for Probe Request callbacks
2009-06-12 Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-05-29 Jouni Malinenhostapd: EAP-AKA' needs SHA256
2009-05-28 Jouni MalinenFix STA flag setting for auto-authorization if 802...
2009-05-27 Jouni Malinenhostapd: Require EAPOL-Key type to match with selected...
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-05-26 Jouni Malinenhostapd: Fix non-802.11w build
2009-05-11 Jouni MalinenFix WMM and MFP STA flag setting with flags_or/flags_and
2009-05-08 Jouni MalinenDrop unprotected Robust Action frames from MFP STAs
2009-05-06 Jouni MalinenAdd more debugging details for SA Query processing
2009-05-06 Jouni MalinenReject hostapd configuration without channel for nl8021...
2009-05-06 Jouni MalinenAdd code to re-use an existing ctrl_iface socket file
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-22 Jouni MalinenMove default_wep_key variable into EAPOL authenticator...
2009-04-21 Jouni MalinenRemove unused set_retry() driver op
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-17 Jouni MalinenMove more multi-BSSID processing into drv_callbacks.c
2009-04-17 Jouni MalinenProvide own_addr buffer in hapd_init() parameters
2009-04-17 Jouni MalinenAdd own_addr as a parameter to sta_deauth() and sta_dis...
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-09 Jouni MalinenShare driver beacon configuration handlers
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenShare same set_country driver op for hostapd and wpa_su...
2009-04-09 Jouni MalinenShare management frame send driver op for hostapd and...
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
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 Malinennl80211: Add bridge interfaces from secondary BSSes...
2009-04-03 Jouni Malinennl80211: Fix EAPOL frame RX for secondary BSSes
2009-04-03 Jouni Malinennl80211: Remove dead code
2009-04-03 Jouni Malinennl80211: Remove unuset set_privacy() and set_internal_b...
2009-04-03 Jouni MalinenMark STA authorized if IEEE 802.1X and WPA is not used
2009-04-03 Jouni MalinenFix some multi-BSSID configuration operations
2009-04-03 Jouni MalinenShare same hw_feature definitions between hostapd and...
2009-04-03 Jouni MalinenRemove unused driver_ops
2009-04-03 Jouni MalinenMerge wireless_event_{,de}init() into {,de}init() driver op
2009-04-02 Jouni Malinenwpa_supplicant AP: Add management frame RX for nl80211
2009-04-02 Jouni MalinenFix RSN parameter setting for multi-BSS case
2009-04-02 Jouni MalinenMerge set_dtim_period() into set_beacon()
2009-04-01 Jouni MalinenFix SHA-256-based KDF when using CCMP as the pairwise...
2009-03-30 Jouni MalinenWPS: Fix hostapd runtime WPS configuration after Enroll...
2009-03-30 Jouni MalinenMake channel number available to set_freq()
2009-03-27 Jouni MalinenAdd needed AP driver wrappers (most of which are still...
2009-03-27 Jouni MalinenUpdate driver SSID and 802.1X/WPA parameters on configu...
2009-03-27 Masashi HonmaFix: Loop in driver selection routine
2009-03-26 Jouni MalinenRename struct wpa_driver_ops to hapd_driver_ops
2009-03-26 Jouni MalinenMove hostapd_init() into main.c
2009-03-26 Jouni MalinenGet rid of couple of shadowed variable warnings
2009-03-26 Jouni MalinenRemove shadowed variable
2009-03-26 Jouni MalinenMove main() and configuration file related functions...
2009-03-26 Jouni MalinenAllow hostapd/config.h and wpa_supplicant/config_ssid...
2009-03-25 Jouni MalinenMove hostapd driver_ops to use similar set_key with...
2009-03-25 Jouni MalinenReplace deprecated add_sta() with add_sta2()
2009-03-25 Jouni MalinenRemove deprecated version of set_freq() and rename...
2009-03-25 Jouni MalinenRemove unused set_assoc_ap() wpa_driver_ops
2009-03-25 Jouni MalinenFix wpa_supplicant AP build after hostapd header file...
2009-03-25 Jouni MalinenInclude config.h explicitly into files that actually...
2009-03-25 Jouni MalinenMove STA entry structure into sta_info.h and remove...
2009-03-25 Jouni MalinenReplace sta_aid array with bitfield
2009-03-25 Jouni MalinenMove AID derivation into a separate function
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-25 Jouni MalinenRemove local variable shadowing to avoid a warning
2009-03-22 Jouni Malinendriver_madwifi: Fix build with old driver versions
2009-03-21 Jouni MalinenFix UNIX domain socket address handling to be more...
2009-03-21 Jouni MalinenFix FreeBSD build by not adding -ldl
2009-03-21 Jouni MalinenFix driver_bsd.c build for FreeBSD
2009-03-21 Jouni MalinenFix CONFIG_DRIVER_RADIUS_ACL=y build
2009-03-19 Jouni MalinenFix IEEE 802.11r key derivation function to match with...
2009-03-17 Jouni MalinenDetach ctrl_iface monitor if the client socket is removed
2009-03-13 Kel Moddermanhostapd: Fix some manual page formatting
2009-03-13 Jouni MalinenFix TNC with EAP-TTLS
2009-03-12 Jouni MalinenAllow more complex BSSID masks to be used for multi...
2009-03-12 Jouni MalinenMove DTIM period configuration into Beacon set operation
2009-03-12 Jouni Malinennl80211: Add per-BSS data structure and enable BSS...
2009-03-09 Jouni MalinenFT: Add RIC Request processing and RIC Response generation
2009-03-09 Jouni MalinenFT: Add RIC Request generation and validation (but...
2009-03-08 Jouni MalinenWPS: Add a workaround for static WEP with Windows netwo...
2009-03-06 Jouni MalinenWMM-AC: Fix hostapd processing of ADDTS Request and...
2009-03-06 Jouni MalinenAllow PN531_PATH to be overriden from .config
2009-03-06 Masashi HonmaWPS: Add support for NFC out-of-band mechanism
2009-03-05 Jouni MalinenFix UP-to-AC mapping for prio 3 (EE) to be AC_BE, not...
2009-03-05 Jouni MalinenFix non-HT STA addition
2009-03-05 Jouni Malinennl80211: Add verbose result debugging for NL80211_CMD_N...
2009-03-04 Jouni MalinenNo need for including endian.h anymore
2009-03-04 Jouni MalinenNo need to check WMM IE OUI or type here
2009-03-04 Jouni MalinenUse bit mask/shift and helper functions instead of...
2009-03-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-03-04 Jouni MalinenRemove unused tsinfo()
2009-03-02 vasanthPass negotiated ht capability information after the...
2009-03-02 Jouni MalinenFix EAPOL/EAP reauthentication with external RADIUS...
2009-02-27 Jouni MalinenWPS: Convert WEP key to hex
2009-02-26 Jouni MalinenWPS UFD: Add entry to ChangeLog
2009-02-26 Jouni MalinenWPS UFD: Build OOB functionality only if UFD is enabled
2009-02-26 Jouni MalinenWPS UFD: Use pre-configured DH keys only with OOB
2009-02-26 Jouni MalinenWPS UFD: Remove oob_dev pointer from wps_context
2009-02-26 Jouni MalinenWPS UFD: Make build conditional on CONFIG_WPS_UFD=y
2009-02-26 Masashi HonmaWPS: Add UFD support (USBA out-of-band mechanism)
2009-02-23 Jouni MalinenFix WPS in non-WPA modes with drivers that implement...
next