bsd: Unify struct bsd_driver_data and struct wpa_driver_bsd_data
[mech_eap.git] / src /
2010-02-13 Masashi Honmabsd: Unify struct bsd_driver_data and struct wpa_driver...
2010-02-13 Masashi Honmabsd: Use same field name between hostapd and wpa_supplicant
2010-02-13 Jouni MalinenAdd TLS client events, server probing, and srv cert...
2010-02-13 Jouni MalinenFix memory leak on TLS setup error path
2010-02-12 Jouni MalinenFix TLS in/out buffer freeing
2010-02-12 Jouni MalinenOpenSSL: Fix tls_init(NULL) with FIPS-enabled build
2010-02-12 Jouni MalinenWPS: Fix AP operation with internal Registrar when...
2010-02-11 Jouni MalinenAdd new ctrl_iface event for EAP methods proposed by...
2010-02-10 Jouni Malinennl80211: Do not try to remove non-existing STA WDS...
2010-02-08 Jouni Malinendriver_bsd: Fix build without SIOCS80211CHANNEL
2010-02-08 Masashi Honmadriver_bsd.c: Enable AP mode wpa_supplicant
2010-02-08 Masashi Honmadriver_bsd: Clean up EAPOL frame transmission code
2010-02-08 Masashi Honmadriver_bsd.c: Reduce code duplication (setkey)
2010-02-08 Masashi Honmadriver_bsd.c: Reduce code duplication (ifflag)
2010-02-08 Masashi Honmadriver_bsd.c: Reduce code duplication (MLME)
2010-02-08 Masashi Honmadriver_bsd.c: Reduce code duplication (DELKEY)
2010-02-08 Masashi Honmabsd: Enable auto configuration
2010-02-08 Masashi Honmadriver_bsd.c: Use os_free() instead of free()
2010-02-08 Hamish Guthriedriver_ps3: Remove legacy ps3 wpa driver
2010-01-25 Jouni Malinennl80211: Dump scan results in debug log if association...
2010-01-25 Jouni Malinennl80211: Clear cfg80211 authentication data for old...
2010-01-17 Christian Lamparterap: Reorder authsrv_init() to fix IEEE 802.1X initializ...
2010-01-16 Jouni MalinenPreparations for v0.7.1 release hostap_0_7_1
2010-01-16 Jouni MalinenMake sure the resutl from readlink is properly null...
2010-01-16 Jouni MalinenFetch IEs from both Beacon and Probe Response frames...
2010-01-16 Jouni Malinenhostapd: Detect bridge interface automatically
2010-01-16 Jouni Malinendriver_test: Learn scan result channel from DS Params IE
2010-01-16 Jouni Malinendriver_test: Initialize bss_ctx based on drv->ctx for...
2010-01-16 Jouni Malinendriver_test: Add support for per-SSID scans for non...
2010-01-16 Jouni MalinenAdd deinit_ap driver op to help wpa_supplicant AP mode use
2010-01-16 Jouni MalinenAdd BSSID to TX/RX Action frame driver ops
2010-01-16 Jouni MalinenAdd driver op for disabling 802.11b rates
2010-01-16 Jouni MalinenSync with wireless-testing.git linux/nl80211.h
2010-01-16 Masashi Honmadriver_bsd.c: Clean up EAPOL frame transmission code
2010-01-15 Jouni MalinenAdd preliminary documentation for ctrl_iface events
2010-01-12 Jouni Malinenwext: Add cfg80211-specific optimization to avoid silly...
2010-01-10 Jouni Malinenwext: Check hexstr2bin() return value in custom scan...
2010-01-10 Jouni MalinenWEXT: Show BSSID/SSID set failures on disconnect in...
2010-01-10 Jouni Malinenwext: Check hexstr2bin() return value
2010-01-10 Jouni MalinenWPS ER: Check uuid_str2bin() return value
2010-01-10 Jouni MalinenWPS ER: Verify os_get_random() return value
2010-01-10 Jouni MalinenEAP-FAST peer: Clean up PAC writing function
2010-01-10 Jouni Malineneloop: Clear timeout data during allocation
2010-01-10 Jouni MalinenIBSS RSN: Check explicitly that WPA auth sm assoc call...
2010-01-10 Jouni MalinenCheck WPS attr build helper return value
2010-01-10 Jouni MalinenUse zero address when reporting unknown peer in SMK...
2010-01-10 Jouni MalinenAvoid a theoretical use-after-free in WPA auth sm init
2010-01-09 Jouni MalinenWPS: Remove unused mac_addr_text parameter from get_net...
2010-01-09 Masashi HonmaFreeBSD: Fix driver_bsd.c build
2010-01-09 Masashi Honmabsd: Add support for WPA_TRACE and WPA_TRACE_BFD
2010-01-09 Masashi Honmabsd: Fix driver_wired.c build
2010-01-08 Jouni MalinenFix PKCS#12 use with OpenSSL 1.0.0
2010-01-06 Jouni MalinenConvert RSN pre-authentication to use struct dl_list
2010-01-06 Jouni MalinenFix memory leak on RSN preauth init error path
2010-01-06 Lennert BuytenhekFix WMM default parameters
2010-01-04 Jouni MalinenMark fmt parameter const for wpa_printf/msg
2010-01-03 Jouni Malinennl80211: Fix a typo
2010-01-03 Jouni MalinenUse common driver code for Linux hwaddr get/set
2010-01-03 Jouni MalinenShare a single Linux ioctl helper fo setting interface...
2010-01-03 Jouni Malinenbsd: Fix a typo
2010-01-03 Jouni MalinenStandardize on a single definition of auth_alg bitfield...
2010-01-03 Jouni MalinenShare the same enum for MFP configuration
2010-01-03 Jouni MalinenMore Doxygen documentation for the driver interface
2010-01-03 Jouni MalinenRemove src/drivers/scan_helpers.c
2010-01-03 Jouni MalinenMove wpa_supplicant specific scan code away from src...
2010-01-03 Jouni MalinenAdd drv_event_eapol_rx() helper
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 Malinendriver_test: Add channel awareness for the MLME test...
2010-01-03 Jouni MalinenAdd driver API functionality for off-channel Action...
2010-01-03 Jouni MalinenSync with wireless-testing.git linux/nl80211.h
2010-01-03 Jouni MalinenAdd driver ops for allocating interface addresses
2010-01-03 Jouni MalinenAdd a driver op for enabling Probe Request reporting...
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 Malinendriver_test: Remove forgotten, unused prototypes
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...
2010-01-03 Jouni MalinenReplace wpa_supplicant_sta_rx() call with driver event
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-01 Jouni MalinenWPS: Fix Probe Request processing to handle missing...
2010-01-01 Jouni Malinennl80211/wext: Hardcode all auth_algs as supported
2009-12-28 Jouni MalinenWPS: Add Enrollee-seen event message and wpa_gui-qt4...
2009-12-28 Jouni MalinenMark wpabuf_get_trace() static
2009-12-28 Jouni MalinenInclude header file to verify prototypes
2009-12-28 Jouni Malinentest: Register more complete set of channels and rates
2009-12-28 Jouni Malinentest: Use previously requested BSSID when adding a...
2009-12-28 Jouni Malinennl80211: Add more debug prints for mode changes and...
2009-12-28 Jouni MalinenAdd an option for driver wrappers to report operational...
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 MalinenAdd ctrl_iface events for BSS added/removed
2009-12-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-27 Jouni Malinentest: Add WPA_TRACE reference check for driver ctx
2009-12-27 Jouni MalinenFix a typo in a doxygen comment
2009-12-26 Jouni Malineneloop: Fix timeout handler to use local copy of func...
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...
next