[RFC v1 PATCH 0/2] ACS support for wpa_supplicant in AP mode

Tomasz Bursztyka tomasz.bursztyka
Mon Sep 9 03:30:47 PDT 2013


Hi,

Here is a primary RFC for supporting ACS in wpa_supplicant in AP mode.
Thanks to M. Kazior for his ACS implementation in hostapd core, such support for wpa_supplicant is therefore easy.

It's currently on an RFC stage, since it still requires some polishing, mostly on error handling.
Currently if ACS works, everything will be fine. If not, there is no error reporting or fallback mechanism.
My plan is to try adding a fallback mechanism, so it will try to use finally the given channel (or the default one).

(I will not be able to answer for 2 weeks, just to let know people who would have comments)

Br,

Tomasz Bursztyka (2):
  events: Handle survey event properly into wpa_supplicant
  wpa_supplicant: Enable Automatic Channel Selection support for AP mode

 src/ap/drv_callbacks.c       | 132 +++++++++++++++++++++----------------------
 src/ap/hostapd.h             |   4 ++
 wpa_supplicant/Makefile      |   6 ++
 wpa_supplicant/ap.c          |   6 ++
 wpa_supplicant/config.c      |   3 +
 wpa_supplicant/config_ssid.h |  12 ++++
 wpa_supplicant/defconfig     |  24 ++++++++
 wpa_supplicant/events.c      |   7 +++
 8 files changed, 128 insertions(+), 66 deletions(-)

-- 
1.8.3.2




More information about the Hostap mailing list