libeap.git
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 MalinenRemove unnecessary bss != NULL checks from sme_authenti...
2010-01-10 Jouni MalinenCheck WPS attr build helper return value
2010-01-10 Jouni MalinenFix client MLME test code for IBSS scan request
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-10 Marcel Holtmanndbus: Fix value of BSS Privacy property
2010-01-09 Jouni MalinenFix alloc validation in wpa_bss_get_bit_rates()
2010-01-09 Jouni MalinenClose config file on error path
2010-01-09 Jouni MalinenWPS: Remove unused mac_addr_text parameter from get_net...
2010-01-09 Witold Sowadbus: Change BSS, Network and some errors interface...
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 Malinendbus: Add a test script for D-Bus API signals
2010-01-06 Jouni Malinendbus: Do not try to unregister not-yet-registered netwo...
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-06 Jouni MalinenRemove forgotten script termination attempt
2010-01-06 Jouni Malinendbus: Document BSS PropertiesChanged signal
2010-01-06 Witold Sowadbus: Add BSS property change notifications
2010-01-06 Jouni Malinendbus: Fix crash on property change if D-Bus API is...
2010-01-06 Jouni Malinendbus: Fix prop_changed_flags allocation to count proper...
2010-01-06 Jouni Malinendbus: Fix flush_object_timeout_handler context to be...
2010-01-04 Jouni MalinenMark fmt parameter const for wpa_printf/msg
2010-01-04 Witold Sowadbus: Aggregate PropertiesChanged signals
2010-01-04 Witold Sowadbus: Change BSS property MaxRate to Rates
2010-01-04 Jouni Malinendbus: Remove forgotten, unused functions from GetAll...
2010-01-04 Jouni Malinendbus: Update example scripts to use PropertiesChanged
2010-01-04 Marcel Holtmanndbus: Replace StateChanged with PropertiesChanged signal
2010-01-04 Marcel Holtmanndbus: Use simple strings for debug level
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 MalinenFix compiler warnings for non-WPS build
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 MalinenFix CONFIG_AP=y build after driver API changes
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-03 Jouni MalinenUse shared function for figuring out if BSS is in use
2010-01-03 Jouni Malinenhostapd: Fix deinit on initialization failure
2010-01-02 Jouni MalinenFix memory corruption on BSS entry reallocation
2010-01-02 Jouni Malinendbus: Use free_dbus_object_desc() consistently to free...
2010-01-02 Jouni Malinendbus: Remove duplication of object methods/signals...
2010-01-02 Jouni Malinendbus: Use stack for temporary object path
2010-01-02 Jouni MalinenMaintain a pointer to the current BSS table entry
2010-01-02 Jouni MalinenDo not store raw scan results
2010-01-02 Jouni MalinenUse BSS table entry instead of raw scan result for...
2010-01-02 Jouni MalinenUse BSS table for WPA get-Beacon-IEs operation
2010-01-02 Jouni MalinenConvert ctrl_iface scan_results cmd to use BSS table
2010-01-02 Jouni Malinendbus: Use BSS table instead of raw scan results in...
2010-01-02 Jouni MalinenOnly expire scanned BSSes based on new scan results
2010-01-02 Jouni MalinenWPS: Use BSS table instead of raw scan results
2010-01-02 Jouni Malinendbus: Cleaned up signal message construction functions
2010-01-02 Jouni Malinendbus: Simplify _wpa_dbus_dict_fill_value_from_variant...
2010-01-02 Jouni Malinendbus: Share the same function for type to type-as-strin...
2010-01-02 Jouni Malinendbus: Use common code for checking key parameter
2010-01-01 Jouni MalinenWPS: Fix Probe Request processing to handle missing...
2010-01-01 Jouni Malinendbus: Document DebugLevel values
2010-01-01 Jouni Malinendbus: Fix WPS ProcessCredentials property setter to...
2010-01-01 Jouni Malinendbus: Add debug printing on property setter type mismatches
2010-01-01 Jouni Malinendbus: Set ProcessCredentials to get WPS Credential...
2010-01-01 Jouni Malinendbus: Add example script for running WPS PBC
2010-01-01 Jouni Malinendbus: Split wpas_dbus_handler_wps_start() into helper...
2010-01-01 Jouni MalinenFix a typo in doxygen specification
2010-01-01 Jouni Malinendbus: Fix a typo in function name (invald -> invalid)
2010-01-01 Jouni Malinennl80211/wext: Hardcode all auth_algs as supported
2010-01-01 Jouni Malinendbus: Fix init-failure-detection
2010-01-01 Jouni Malinendbus: Cleaned up initialization and integration with...
2010-01-01 Jouni Malinendbus: Remove perror() calls
2010-01-01 Jouni Malinendbus: Clean up dbus_path/dbus_new_path use
2010-01-01 Jouni Malinendbus: Get rid of unnecessary string duplication in...
2010-01-01 Jouni Malinendbus: Remove wpas_dbus_callbacks abstraction
2010-01-01 Jouni Malinendbus: Do not include libdbus dbus/dbus.h into dbus_...
2010-01-01 Jouni Malinendbus: Move the SIGPOLL FreeBSD compat code into dbus_co...
2010-01-01 Jouni Malinendbus: Get rid of unused static inline functions
2010-01-01 Jouni Malinendbus: Optimize introspection to use single pass for...
2010-01-01 Jouni Malinendbus: Get rid of libxml2 dependency with introspection
2010-01-01 Jouni Malinendbus: Split extract_interfaces() into helper functions
next