mech_eap.git
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
2009-12-27 Jouni MalinenFix wpa_supplicant build with CONFIG_AP=y
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 MalinenAdd BSS table to track scan results without dropping...
2009-12-27 Jouni MalinenFix a typo in a doxygen comment
2009-12-26 Jouni Malinendbus: Split message_handler() into readable helper...
2009-12-26 Jouni MalinenImport student.agh.edu.pl/~wsowa/new-dbus-api.html
2009-12-26 Jouni Malinendbus: Add an example python script for using the new...
2009-12-26 Jouni Malinendbus: Remove unnecessary indentation by cleaning up...
2009-12-26 Jouni Malinendbus: split wpas_dbus_handler_scan() into number of...
2009-12-26 Jouni Malinendbus: Fix build without os_free available as a pointer
2009-12-26 Jouni Malinendbus: Fix Scan invalid args reporting (uninitialize...
2009-12-26 Jouni Malineneloop: Fix timeout handler to use local copy of func...
2009-12-26 Jouni Malinendbus: show messages in debug log
2009-12-26 Jouni Malinendbus: Check that wpa_s->scan_res != NULL before derefer...
2009-12-26 Jouni MalinenIndicate interface removal only if the interface was...
2009-12-26 Jouni Malinendbus: Fix wpa_supplicant_add_iface() calls
2009-12-26 Jouni Malinendbus: Use os_*() wrappers for memory allocations consis...
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...
2009-12-25 Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25 Jouni MalinenAdd new src/ap directory into Doxygen documents
2009-12-25 Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25 Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25 Jouni Malinentest: Use more shared code for driver wrapper AP and...
2009-12-25 Jouni MalinenDo not use virtual driver_ops for wpa_supplicant AP...
2009-12-25 Jouni MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25 Jouni MalinenMove hostapd_prune_associations() into ap/utils.c
2009-12-25 Jouni MalinenMove WPA authenticator glue code into a separate file
2009-12-25 Jouni MalinenMove authentication server setup into separate file
2009-12-25 Jouni MalinenMove iapp.c into src/ap
2009-12-25 Jouni MalinenMove ctrl_iface_ap.c into src/ap
2009-12-25 Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-25 Jouni MalinenFix wpa_supplicant CONFIG_AP build
2009-12-25 Jouni Malinenwired: Use os_*() wrappers more consistently
2009-12-25 Jouni Malinenhostapd: Do not call eloop_terminate() on interface...
2009-12-24 Jouni MalinenAdd forgotten src/ap/utils.c file
2009-12-24 Jouni MalinenWPS: Fix a memory leak if set_ie_cb() is not set
2009-12-24 Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24 Jouni MalinenRemove direct driver calls from tkip_countermeasures.c
2009-12-24 Jouni MalinenRemove direct driver calls from ieee802_11.c
2009-12-24 Jouni MalinenRemove direct driver calls from sta_info.c
2009-12-24 Jouni MalinenRemove direct driver calls from vlan_init.c
2009-12-24 Jouni MalinenRemove direct driver calls from beacon.c
2009-12-24 Jouni MalinenRemove need for direct driver calls from ieee802_11_auth.c
2009-12-24 Jouni MalinenAvoid direct call to hostapd_new_assoc_sta from ieee802...
2009-12-24 Jouni MalinenRemoved hostapd_new_assoc_sta() from driver wrapper API
2009-12-24 Jouni MalinenAvoid a direct call to drv_callbacks.c from beacon.c
2009-12-24 Jouni MalinenMove hostapd_set_drv_ieee8021x() into ap_drv_ops
2009-12-24 Jouni MalinenMove hostapd-to-driver flag mapping to be within ap_drv...
2009-12-24 Jouni MalinenMove wpa_drivers dependency into config_file.c
2009-12-24 Jouni MalinenRemove direct driver calls from accounting.c
2009-12-24 Jouni MalinenMove hostapd configuration parser into separate file
2009-12-24 Jouni MalinenMove more driver ops into struct hostapd_driver_ops
2009-12-24 Jouni MalinenMove hostapd_set_privacy() call to hostapd.c
2009-12-24 Jouni MalinenUse hostapd driver op wrapper for send_mgmt_frame
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24 Jouni Malinenhostapd: Use separate driver operations abstraction
2009-12-24 Jouni MalinenDrop WPA_TRACE reference before eloop timeout handler...
2009-12-24 Jouni MalinenEnable IPv6 support for libutils.a and libradius.a
next