hostapd: Add AP DFS support
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Tue, 15 Oct 2013 17:27:25 +0000 (20:27 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 17 Oct 2013 18:05:15 +0000 (21:05 +0300)
commite76da5052980f301fe61f2fc0e1e7a5789716061
tree8521c5977a2069dbabaa3eb2f71b6b1c9c8dd610
parentdfe6ce4eebbb1b015d2cdc92ae9c010eebd79b95
hostapd: Add AP DFS support

Add DFS structures/events handlers, CAC handling, and radar detection.
By default, after radar is detected or the channel became unavailable, a
random channel will be chosen.

This patches are based on the original work by Boris Presman and
Victor Goldenshtein. Most of the DFS code is moved to a new dfs.c/dfs.h
files.

Cc: Boris Presman <boris.presman@ti.com>
Cc: Victor Goldenshtein <victorg@ti.com>
Signed-hostap: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-hostap: Janusz Dziedzic <janusz.dziedzic@tieto.com>
hostapd/Makefile
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/dfs.c [new file with mode: 0644]
src/ap/dfs.h [new file with mode: 0644]
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hw_features.c
src/ap/hw_features.h
wpa_supplicant/Makefile