[PATCH 0/8] Chrome OS patches

Sam Leffler sleffler
Thu Mar 17 15:35:09 PDT 2011


This series includes the most useful changes we've got in our tree.
All these changes have been in active use for many months.

Nathan Williams (1):
  search bss list from back to front

Paul Stewart (1):
  wpa_supplicant: Start bgscan on COMPLETED, not ASSOCIATED

Sam Leffler (6):
  add support for setting the syslog facility from the config file
  add ConfigFile to AddInterface properties
  add Interface.FlushBSS to flush the bss cache
  extend new dbus api FlushBSS method to take an age parameter
  add RemoveAllNetworks to the new dbus api
  wpa_supplicant: parameterize bss expiration age+count

 src/utils/list.h                        |    5 +
 src/utils/wpa_debug.c                   |    2 +-
 wpa_supplicant/Makefile                 |    6 +
 wpa_supplicant/bss.c                    |   48 +++++-----
 wpa_supplicant/bss.h                    |    1 +
 wpa_supplicant/config.c                 |   26 +++++
 wpa_supplicant/config.h                 |   24 +++++
 wpa_supplicant/ctrl_iface.c             |   22 +++++
 wpa_supplicant/dbus/dbus_new.c          |   23 +++++
 wpa_supplicant/dbus/dbus_new_handlers.c |  152 +++++++++++++++++++++++++++++++
 wpa_supplicant/dbus/dbus_new_handlers.h |   18 ++++
 wpa_supplicant/events.c                 |   19 ----
 wpa_supplicant/wpa_cli.c                |   46 +++++++++
 wpa_supplicant/wpa_supplicant.c         |   85 +++++++++++++++++
 wpa_supplicant/wpa_supplicant_i.h       |    4 +
 15 files changed, 438 insertions(+), 43 deletions(-)

-- 
1.7.3.1




More information about the Hostap mailing list