[PATCH v7 0/4] hostapd: add ACS support

Luis R. Rodriguez lrodriguez
Fri Jul 29 14:42:56 PDT 2011


Here's a full respin of the ACS patches due to a merge
conflict after a rebase based on today's tree.

The all in one git am'able patch patch is available at:

http://www.kernel.org/pub/linux/kernel/people/mcgrof/patches/hostapd/acs-all-in-one-v7.patch

On my box with AR9280 it takes me this amount of time to get an ACS
channel, with the new 60ms interval for offchannel operation.

real    0m3.979s
user    0m0.004s
sys     0m0.056s

Luis R. Rodriguez (4):
  hostapd: split up channel checking into helpers
  hostapd: add offchannel support
  hostapd: add survey dump support
  hostapd: add Automatic Channel Selection (ACS) support

 hostapd/Makefile             |   13 ++
 hostapd/config_file.c        |   47 +++++-
 hostapd/defconfig            |   25 +++
 hostapd/hostapd.conf         |   17 ++
 src/ap/acs.c                 |  460 ++++++++++++++++++++++++++++++++++++++++++
 src/ap/acs.h                 |   40 ++++
 src/ap/ap_config.c           |   15 ++
 src/ap/ap_config.h           |    4 +
 src/ap/ap_drv_ops.h          |   26 +++
 src/ap/drv_callbacks.c       |  138 +++++++++++++
 src/ap/hostapd.c             |    2 +
 src/ap/hostapd.h             |   24 +++
 src/ap/hw_features.c         |  188 +++++++++++------
 src/drivers/driver.h         |  171 ++++++++++++++++-
 src/drivers/driver_nl80211.c |  193 ++++++++++++++++++
 15 files changed, 1293 insertions(+), 70 deletions(-)
 create mode 100644 src/ap/acs.c
 create mode 100644 src/ap/acs.h

-- 
1.7.4.15.g7811d




More information about the Hostap mailing list