[PATCH 0/7 - v5] Automatic scanning support

Tomasz Bursztyka tomasz.bursztyka
Tue Jun 26 01:05:45 PDT 2012


Hi Jouni,

I applied your comments for v4, and rebased the patchset against latest HEAD.

I kept the module way of building autoscan support, as it is for bgscan actually.
According to replies on previous version of the patchset, there might be some different needs so more modules coming.

Br,

Tomasz Bursztyka (7):
  Adding autoscan parameters support in config file
  Automatic Scanning support added
  Adding AutoScan interface method to set or unset autoscan parameters
  Adding ctrl iface command for autoscan
  Adding autoscan command into wpa_cli
  Adding autoscan module named exponential
  Adding a simple periodic autoscan module

 doc/dbus.doxygen                        |   16 ++++
 wpa_supplicant/Makefile                 |   17 ++++
 wpa_supplicant/autoscan.c               |  141 +++++++++++++++++++++++++++++++
 wpa_supplicant/autoscan.h               |   49 +++++++++++
 wpa_supplicant/autoscan_exponential.c   |  100 ++++++++++++++++++++++
 wpa_supplicant/autoscan_periodic.c      |   69 +++++++++++++++
 wpa_supplicant/config.c                 |    4 +-
 wpa_supplicant/config.h                 |    9 ++
 wpa_supplicant/ctrl_iface.c             |   34 ++++++++
 wpa_supplicant/dbus/dbus_new.c          |    9 ++
 wpa_supplicant/dbus/dbus_new_handlers.c |   48 +++++++++++
 wpa_supplicant/dbus/dbus_new_handlers.h |    5 +
 wpa_supplicant/defconfig                |   10 ++
 wpa_supplicant/events.c                 |    6 ++
 wpa_supplicant/scan.c                   |   30 ++++++-
 wpa_supplicant/wpa_cli.c                |   27 ++++++
 wpa_supplicant/wpa_supplicant.c         |   23 +++++
 wpa_supplicant/wpa_supplicant.conf      |   12 +++
 wpa_supplicant/wpa_supplicant_i.h       |    4 +
 19 files changed, 608 insertions(+), 5 deletions(-)
 create mode 100644 wpa_supplicant/autoscan.c
 create mode 100644 wpa_supplicant/autoscan.h
 create mode 100644 wpa_supplicant/autoscan_exponential.c
 create mode 100644 wpa_supplicant/autoscan_periodic.c

-- 
1.7.8.6




More information about the Hostap mailing list