bsd: Unify wpa_driver_bsd_ops
[mech_eap.git] / wpa_supplicant /
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 MalinenDefine struct wpa_ssid::mode as an enum with more reada...
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 MalinenAdd an option for driver wrappers to report operational...
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 MalinenAdd BSS table to track scan results without dropping...
2009-12-26 Jouni Malinendbus: Split message_handler() into readable helper...
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 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 MalinenRename some src/ap files to avoid duplicate file names
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 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 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 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-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 Malinenhostapd: Use separate driver operations abstraction
2009-12-24 Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-23 Jouni MalinenConvert to use struct dl_list
2009-12-23 Jouni MalinenComment CONFIG_WPA_TRACE_BFD=y out by default
2009-12-23 Jouni MalinenAvoid NULL dereference on error path when default drive...
2009-12-21 Jouni MalinenCopy config_methods and device_type configuration for...
2009-12-21 Jouni MalinenWPS: Make Config Methods configurable for wpa_supplicant
2009-12-21 Jouni MalinenAdd "keypad" to config methods for wpa_supplicant AP...
2009-12-20 Jouni MalinenDescribe tracing build options for developers
2009-12-20 Jouni MalinenAdd option libbfd support for tracing code
2009-12-20 Jouni Malinendbus: Fix build with "ctrl_iface_" prefix removed
2009-12-20 Jouni Malinendbus: Remove the confusing "ctrl_iface_" prefix from...
2009-12-20 Jouni Malinendbus: Move some of conditional WPS code into separate...
2009-12-20 Jouni Malinendbus: Remove unnecessary CONFIG_WPS ifdefs from header...
2009-12-20 Jouni Malinendbus: Clean dbus build files on wpa_supplicant 'make...
2009-12-20 Jouni Malinendbus: Rename .service file to use the service name...
2009-12-20 Witold Sowadbus: Add missing .service file for the new D-Bus API
2009-12-20 Jouni MalinenMove D-Bus related files into their own subdirectory
2009-12-20 Jouni MalinenAdd empty FIPS PRF wrapper for CryptoAPI
2009-12-19 Jouni MalinenWPS ER: Delay wpa_supplicant termination to allow unsub...
2009-12-19 Jouni MalinenFree readline() output with free(), not os_free()
2009-12-19 Jouni MalinenAdd memory allocation analyzer to verify OS wrapper use
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenMake hostapd_for_each_interface() take context pointer...
2009-12-19 Jouni MalinenAdd backtrace support for debugging
2009-12-19 Jouni Malineneapol_test: Fix build after RADIUS msg API changes
2009-12-19 Jouni MalinenChange radius_msg_free() to free the buffer
2009-12-18 Jouni MalinenFix xcode build (eap_register.c needs to be included)
2009-12-16 Jouni MalinenShow current mode (station/AB/IBSS) in status
2009-12-15 Jouni MalinenInitialize new_connection = 1 to fix wpa_supplicant...
2009-12-13 Jouni MalinenMark management frame processing functions to use const...
2009-12-13 Jouni MalinenMark ieee802_11_parse_elems() input and parsed elems...
2009-12-13 Jouni MalinenUse generic driver events for TX status and RX reporting
2009-12-13 Jouni MalinenFix VS project files to match with source code file...
2009-12-12 Jouni MalinenRemove obsolete Prism54.org driver support (driver_pris...
2009-12-12 Jouni MalinenWPS: Handle Selected Registrar as a union of info from...
2009-12-12 Jouni MalinenWPS: Add display and keypad config methods for WPS ER
2009-12-11 Jouni MalinenFix dh_groups.o build for some configurations
2009-12-09 Jouni MalinenRemove struct hostapd_rate_data from driver API
2009-12-06 Jouni MalinenAdd support for building IEEE 802.11n support into...
2009-12-06 Jouni MalinenFix some issues with test program builds
2009-12-06 Jouni MalinenMove test_x509v3 into the new tests subdirectory
2009-12-06 Jouni MalinenRemove forgotten asn1_test build target
2009-12-06 Jouni MalinenRemove conditional no-RADIUS build from src/radius
2009-12-06 Jouni MalinenRemove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256...
2009-12-06 Jouni MalinenSplit crypto_internal.c into parts to clean up build
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-05 Jouni MalinenRemove unnecessary defines
2009-12-05 Jouni MalinenMove more tests from wpa_supplicant/tests into tests
2009-12-05 Jouni MalinenMove MD4 test from wpa_supplicant/tests into tests
2009-12-05 Jouni MalinenMove milenage.[ch] into src/crypto
2009-12-04 Jouni MalinenIBSS RSN: Add more verbose debug info for key setup
2009-12-04 Jouni MalinenIBSS RSN: Wait for connection event and do not use...
next