[PATCH 0/2] Scheduled Scan Plans

Ilan Peer ilan.peer at intel.com
Tue Nov 17 05:08:22 PST 2015


Add support for scan plans for scheduled scan. Each scan plan
specifies the number of iterations to run the scan request and
the interval between iterations. When a scan plan finishes
(i.e., it was run for the specified number of iterations),
the next scan plan is executed. The last scan plan will run
infinitely

The patch set depends on the latest nl80211.h from mac80211-next.

Avraham Stern (2):
  driver: Add support for multiple scan plans for scheduled scan
  wpa_supplicant: Add support for scheduled scan plans configurations

 src/drivers/driver.h               |  35 +++++-
 src/drivers/driver_nl80211.c       |  10 +-
 src/drivers/driver_nl80211.h       |   3 +-
 src/drivers/driver_nl80211_capa.c  |  19 ++++
 src/drivers/driver_nl80211_scan.c  |  94 ++++++++++++++--
 wpa_supplicant/autoscan.c          |  27 ++++-
 wpa_supplicant/config.c            |   3 +
 wpa_supplicant/config.h            |  11 ++
 wpa_supplicant/config_file.c       |   3 +
 wpa_supplicant/driver_i.h          |   6 +-
 wpa_supplicant/scan.c              | 217 +++++++++++++++++++++++++++++++++----
 wpa_supplicant/scan.h              |   3 +-
 wpa_supplicant/wpa_supplicant.c    |  11 ++
 wpa_supplicant/wpa_supplicant.conf |  18 +++
 wpa_supplicant/wpa_supplicant_i.h  |   7 +-
 15 files changed, 421 insertions(+), 46 deletions(-)

-- 
1.9.1




More information about the Hostap mailing list