Commit graph

  • 612bb5163d Import http://student.agh.edu.pl/~wsowa/new-dbus-api.html Jouni Malinen 2009-12-26 19:54:24 +0200
  • 55fc1ce024 dbus: Add an example python script for using the new dbus interface Jouni Malinen 2009-12-26 18:41:01 +0200
  • fae3a72f93 dbus: Remove unnecessary indentation by cleaning up if/else structure Jouni Malinen 2009-12-26 17:28:19 +0200
  • d401b48f3c dbus: split wpas_dbus_handler_scan() into number of helper functions Jouni Malinen 2009-12-26 17:06:28 +0200
  • d114fcabbf dbus: Fix build without os_free available as a pointer Jouni Malinen 2009-12-26 16:20:37 +0200
  • ac68f031a7 dbus: Fix Scan invalid args reporting (uninitialize variable) Jouni Malinen 2009-12-26 14:37:04 +0200
  • 459489c99d eloop: Fix timeout handler to use local copy of func pointer Jouni Malinen 2009-12-26 14:30:50 +0200
  • 833fe95eb1 dbus: show messages in debug log Jouni Malinen 2009-12-26 14:14:31 +0200
  • 376900708a dbus: Check that wpa_s->scan_res != NULL before dereferencing it Jouni Malinen 2009-12-26 13:55:22 +0200
  • 2ee055b3c0 Indicate interface removal only if the interface was added successfully Jouni Malinen 2009-12-26 13:45:07 +0200
  • 2f00ad446e dbus: Fix wpa_supplicant_add_iface() calls Jouni Malinen 2009-12-26 13:36:05 +0200
  • a646086d51 dbus: Use os_*() wrappers for memory allocations consistently Jouni Malinen 2009-12-26 12:29:24 +0200
  • 719347511a Get rid of unnecessary typedefs for enums. Jouni Malinen 2009-12-26 10:35:08 +0200
  • 81f4f6195e Include header files explicitly in *.c, not via header files Jouni Malinen 2009-12-26 00:31:51 +0200
  • 6e6e8c31ff Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.c Jouni Malinen 2009-12-26 00:21:22 +0200
  • 8b06c1ed0d Remove ap_config.h dependency from driver_i.h Jouni Malinen 2009-12-26 00:12:25 +0200
  • 6226e38d00 Rename some src/ap files to avoid duplicate file names Jouni Malinen 2009-12-26 00:05:40 +0200
  • fcfda83bf9 Add new src/ap directory into Doxygen documents Jouni Malinen 2009-12-25 23:32:49 +0200
  • 1b56c26c40 Get rid of direct hostapd_for_each_interface() calls Jouni Malinen 2009-12-25 20:12:26 +0200
  • 70db2ab308 Move rest of the generic AP mode functionality into src/ap Jouni Malinen 2009-12-25 20:06:07 +0200
  • 481a11c94f test: Use more shared code for driver wrapper AP and station modes Jouni Malinen 2009-12-25 19:48:41 +0200
  • a911a6e61f Do not use virtual driver_ops for wpa_supplicant AP mode Jouni Malinen 2009-12-25 19:47:08 +0200
  • 8c5fe31fe8 Move driver deinitialization away from hostapd.c Jouni Malinen 2009-12-25 18:32:44 +0200
  • a4f2110934 Clean up some of the hostapd.h function prototype definitions Jouni Malinen 2009-12-25 14:20:35 +0200
  • 0aef3ec832 Move hostapd_prune_associations() into ap/utils.c Jouni Malinen 2009-12-25 14:06:26 +0200
  • c442055ecf Move WPA authenticator glue code into a separate file Jouni Malinen 2009-12-25 14:02:17 +0200
  • 2586bc64d0 Move authentication server setup into separate file Jouni Malinen 2009-12-25 13:43:43 +0200
  • ad44e244b1 Move iapp.c into src/ap Jouni Malinen 2009-12-25 13:04:45 +0200
  • 0e2d35c614 Move ctrl_iface_ap.c into src/ap Jouni Malinen 2009-12-25 12:25:55 +0200
  • e5f2b59c7e Move hostapd driver initialization away from hostapd.c Jouni Malinen 2009-12-25 12:21:11 +0200
  • 363b9e6052 Fix wpa_supplicant CONFIG_AP build Jouni Malinen 2009-12-25 12:06:53 +0200
  • 64ee63a0d8 wired: Use os_*() wrappers more consistently Jouni Malinen 2009-12-25 11:54:02 +0200
  • bee07ce805 hostapd: Do not call eloop_terminate() on interface setup failure Jouni Malinen 2009-12-25 11:51:20 +0200
  • 65668bfb77 Add forgotten src/ap/utils.c file Jouni Malinen 2009-12-25 01:31:28 +0200
  • 9fdeaf8f3a WPS: Fix a memory leak if set_ie_cb() is not set Jouni Malinen 2009-12-25 01:29:59 +0200
  • 32da61d9c9 Move wps_hostapd.c into src/ap Jouni Malinen 2009-12-25 01:26:37 +0200
  • 1057d78eb8 Move generic AP functionality implementation into src/ap Jouni Malinen 2009-12-25 01:12:50 +0200
  • 6d1278e998 Remove direct driver calls from tkip_countermeasures.c Jouni Malinen 2009-12-25 00:39:22 +0200
  • 2ce86d9d72 Remove direct driver calls from ieee802_11.c Jouni Malinen 2009-12-25 00:35:10 +0200
  • bdee6fceb9 Remove direct driver calls from sta_info.c Jouni Malinen 2009-12-25 00:30:16 +0200
  • 36592d31c1 Remove direct driver calls from vlan_init.c Jouni Malinen 2009-12-25 00:17:07 +0200
  • 677449b97e Remove direct driver calls from beacon.c Jouni Malinen 2009-12-25 00:10:31 +0200
  • 2f3e0bd4d4 Remove need for direct driver calls from ieee802_11_auth.c Jouni Malinen 2009-12-24 23:49:19 +0200
  • d24df7c33d Avoid direct call to hostapd_new_assoc_sta from ieee802_11.c Jouni Malinen 2009-12-24 23:42:13 +0200
  • a2de634d1c Removed hostapd_new_assoc_sta() from driver wrapper API Jouni Malinen 2009-12-24 23:30:32 +0200
  • 94709ea358 Avoid a direct call to drv_callbacks.c from beacon.c Jouni Malinen 2009-12-24 23:20:53 +0200
  • 010401fe65 Move hostapd_set_drv_ieee8021x() into ap_drv_ops Jouni Malinen 2009-12-24 23:17:11 +0200
  • 4c2ddda495 Move hostapd-to-driver flag mapping to be within ap_drv_ops.c Jouni Malinen 2009-12-24 23:11:16 +0200
  • d3b86aed73 Move wpa_drivers dependency into config_file.c Jouni Malinen 2009-12-24 22:50:17 +0200
  • a3d4fafa41 Remove direct driver calls from accounting.c Jouni Malinen 2009-12-24 22:24:57 +0200
  • 41d719d6e0 Move hostapd configuration parser into separate file Jouni Malinen 2009-12-24 21:05:40 +0200
  • 45cefa0bf3 Move more driver ops into struct hostapd_driver_ops Jouni Malinen 2009-12-24 20:41:30 +0200
  • 579bc0e64c Move hostapd_set_privacy() call to hostapd.c Jouni Malinen 2009-12-24 20:18:55 +0200
  • c90933d2a3 Use hostapd driver op wrapper for send_mgmt_frame Jouni Malinen 2009-12-24 20:13:44 +0200
  • 14f7938660 Merge driver ops set_wps_beacon_ie and set_wps_probe_resp_ie Jouni Malinen 2009-12-24 19:46:06 +0200
  • bf65bc638f hostapd: Use separate driver operations abstraction Jouni Malinen 2009-12-24 16:15:22 +0200
  • 9aca440199 Drop WPA_TRACE reference before eloop timeout handler call Jouni Malinen 2009-12-24 12:41:20 +0200
  • 1b9eb51bbd Enable IPv6 support for libutils.a and libradius.a Jouni Malinen 2009-12-24 12:27:42 +0200
  • 6aa9e7a64a Redesign struct hostapd_ip_addr to be of fixed size Jouni Malinen 2009-12-24 12:26:47 +0200
  • f42cdcc894 radius_example: Fix memory leak on deinit Jouni Malinen 2009-12-24 12:18:57 +0200
  • 64ce68fc42 Comment out CONFIG_IPV6 for now in RADIUS library build Jouni Malinen 2009-12-24 12:18:22 +0200
  • e20845184a Build radius_example using src/*/lib*.a Jouni Malinen 2009-12-24 12:05:51 +0200
  • 174e899f69 Fix RADIUS client callback function parameters Jouni Malinen 2009-12-24 12:03:40 +0200
  • 8a404b598d Add build rules for src/radius/libradius.a Jouni Malinen 2009-12-24 11:59:08 +0200
  • 019c8c669d Fix radius_example build Jouni Malinen 2009-12-24 11:58:19 +0200
  • fbbfcbac29 hostapd: Add WDS (4-address frame) mode with per-station interfaces Felix Fietkau 2009-12-24 11:46:22 +0200
  • 09eac1ac56 nl80211: Sync with wireless-testing.git linux/nl80211.h Jouni Malinen 2009-12-24 11:07:02 +0200
  • 2a29f0d45c Rename EAP TLS variables to make server and peer code consistent Jouni Malinen 2009-12-24 00:16:58 +0200
  • 09e47a0768 Convert to use struct dl_list Jouni Malinen 2009-12-23 23:56:35 +0200
  • 3e82a2ed62 Add developer documentation for WPA_TRACE Jouni Malinen 2009-12-23 23:35:33 +0200
  • 96603e4fe1 Comment CONFIG_WPA_TRACE_BFD=y out by default Jouni Malinen 2009-12-23 23:20:11 +0200
  • bf5d6fc37e Update documentation for uni tests to use the new tests directory Jouni Malinen 2009-12-23 23:19:22 +0200
  • a5b9337fc8 Avoid NULL dereference on error path when default driver is used Jouni Malinen 2009-12-23 23:16:21 +0200
  • 5e5223bf29 trace: Show eloop unregistered handler function name/file/line Jouni Malinen 2009-12-22 01:52:48 +0200
  • 94caf8cd62 trace: Filter out uninteresting functions from backtrace Jouni Malinen 2009-12-22 01:29:15 +0200
  • a6ff0e0810 trace: Add active reference tracking Jouni Malinen 2009-12-22 01:11:15 +0200
  • a698d28415 Check fread return value Jouni Malinen 2009-12-21 23:17:53 +0200
  • 7bf127572c nl80211: Use couple more os_*() wrappers for allocation Jouni Malinen 2009-12-21 22:32:59 +0200
  • 79d6c85ffd Fix memory leak in config freeing Jouni Malinen 2009-12-21 22:22:49 +0200
  • e62fb0a0de nl80211: Use os_* allocation wrappers to avoid WPA_TRACE issues Jouni Malinen 2009-12-21 22:21:10 +0200
  • 094393b144 Copy config_methods and device_type configuration for AP mode Jouni Malinen 2009-12-21 16:10:21 +0200
  • c0e4dd9eeb WPS: Make Config Methods configurable for wpa_supplicant Jouni Malinen 2009-12-21 15:59:25 +0200
  • b64576fcf5 WPS: Prefer PSK format if Enrollee does not advertise Display Jouni Malinen 2009-12-21 12:58:02 +0200
  • f3f2eeba01 WPS: Add option for forcing Registrar to use PSK format in Credential Jouni Malinen 2009-12-21 12:46:19 +0200
  • 0ae687bd10 AP: Allow both WPA passphrase and PSK to be configured Jouni Malinen 2009-12-21 12:11:08 +0200
  • 1078126f64 Add "keypad" to config methods for wpa_supplicant AP mode with WPS Jouni Malinen 2009-12-21 11:51:31 +0200
  • b22b41ee87 Describe tracing build options for developers Jouni Malinen 2009-12-20 23:41:06 +0200
  • f2f7d965b8 Add option libbfd support for tracing code Jouni Malinen 2009-12-20 23:35:06 +0200
  • b763863d97 GnuTLS: Implement tls_connection_enable_workaround() Jouni Malinen 2009-12-20 22:08:54 +0200
  • 9dd37a224b GnuTLS: Add support for piggybacked Application Data Jouni Malinen 2009-12-20 22:07:59 +0200
  • c9a7bbe5a8 GnuTLS: Define empty tls_connection_set_session_ticket_cb() Jouni Malinen 2009-12-20 21:37:36 +0200
  • 6d59e14c58 dbus: Fix build with "ctrl_iface_" prefix removed Jouni Malinen 2009-12-20 21:34:56 +0200
  • 496c5d981e Use wpabuf with tls_connection_ia_send_phase_finished() Jouni Malinen 2009-12-20 21:33:32 +0200
  • a206a29a54 dbus: Remove the confusing "ctrl_iface_" prefix from file names Jouni Malinen 2009-12-20 21:11:35 +0200
  • 36da1358bc dbus: Move some of conditional WPS code into separate files Jouni Malinen 2009-12-20 21:04:40 +0200
  • a8c481c10a dbus: Remove unnecessary CONFIG_WPS ifdefs from header files Jouni Malinen 2009-12-20 20:40:23 +0200
  • eb3b34ceea dbus: Clean dbus build files on wpa_supplicant 'make clean' Jouni Malinen 2009-12-20 20:29:09 +0200
  • 926ab7e6a0 dbus: Rename .service file to use the service name as the file name Jouni Malinen 2009-12-20 20:15:40 +0200
  • 65bea134ad dbus: Add missing .service file for the new D-Bus API Witold Sowa 2009-12-20 20:14:10 +0200
  • 19b3211d19 Move D-Bus related files into their own subdirectory Jouni Malinen 2009-12-20 20:11:14 +0200