]> git.ipfire.org Git - thirdparty/hostap.git/shortlog
thirdparty/hostap.git
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
2010-01-01  Jouni Malinendbus: Cleanup and fix loops
2010-01-01  Jouni Malinendbus: Use strdup instead of malloc+strncpy
2010-01-01  Jouni Malinendbus: Move introspection support into a separate file
2010-01-01  Jouni Malinendbus: Use CONFIG_DBUS instead of old||new
2010-01-01  Jouni Malinendbus: Remove unnecessary ifdef CONFIG_CTRL_IFACE_DBUS_NEW
2010-01-01  Jouni Malinendbus: Fix example get-list-of-interfaces operation
2010-01-01  Jouni Malinendbus: Update example script to use the new API
2010-01-01  Witold Sowadbus: Divide DebugParams property to three separate...
2010-01-01  Witold Sowadbus: Rename InterfaceCreated to InterfaceAdded
2010-01-01  Witold Sowadbus: Add second properties arg to *Added signals
2010-01-01  Witold Sowadbus: Replace BSS 'Properties' property with separate...
2010-01-01  Jouni Malinendbus: Fix get_all_properties() to handle NULL return...
2010-01-01  Witold Sowadbus: Add generic properties getter and setter
2010-01-01  Witold Sowadbus: Define priv argument for object rather than for...
2010-01-01  Jouni Malinendbus: Add example script for fetching all properties...
2009-12-31  Jouni Malinendbus: Rename old D-Bus API files to include "_old"
2009-12-31  Jouni Malinendbus: Do not deinitialize new D-Bus API if it is not...
2009-12-30  Jouni Malinendbus: Share common initialization code for both old...
2009-12-30  Jouni MalinenFix couple of memory leaks in wpa_config_get_all()
2009-12-30  Jouni Malinenwpa_gui-qt4: Update BSS entries in Peers dialog dynamically
2009-12-29  Jouni Malinendbus: Verify dbus_message_new_method_return() return...
2009-12-29  Jouni Malinendbus: Fix D-Bus network and BSS object registration...
2009-12-28  Jouni MalinenWPS: Add Enrollee-seen event message and wpa_gui-qt4...
2009-12-28  Jouni MalinenWPS: Clear SSID selection if more than one BSSID match...
2009-12-28  Jouni MalinenMark wpabuf_get_trace() static
2009-12-28  Jouni MalinenInclude header file to verify prototypes
2009-12-28  Jouni MalinenDefine struct wpa_ssid::mode as an enum with more reada...
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 MalinenAdd [ESS] flag for scan/BSS info from ctrl_iface
2009-12-28  Jouni MalinenAdd scan parameter support for client MLME
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-28  Jouni MalinenFix wpa_cli with libreadline and WPA_TRACE to use consi...
2009-12-28  Jouni MalinenFix crash on BSS deinit getting called before BSS init
2009-12-27  Jouni MalinenInclude BSS table unconditionally in the wpa_supplicant...
2009-12-27  Jouni Malinendbus: Use the new BSS table with the new D-Bus API
2009-12-27  Jouni MalinenAdd wpa_bss_get_max_rate() to match with old scan_res...
2009-12-27  Jouni MalinenUse wpa_msg_ctrl() for WPS AP available events
2009-12-27  Jouni MalinenAdd ctrl_iface events for BSS added/removed
2009-12-27  Jouni MalinenChange BSS ctrl_iface command to use BSS table instead...
2009-12-27  Jouni MalinenAdd BSS list sorted by id and add some helper functions
2009-12-27  Jouni MalinenAdd handling of BSSAdded and BSSRemoved events
next