]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
hostapd: Add config option chanlist for DFS channels
authorSimon Wunderlich <sw@simonwunderlich.de>
Thu, 6 Feb 2014 18:30:37 +0000 (19:30 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 11 Mar 2014 16:59:40 +0000 (18:59 +0200)
commit70ee1be2486f96f9ce9290ed8827cc2f7d141dee
tree03cb327f0cfc4f3260d09cad6c1d4d2afe2f1d06
parent2ca47da4f7c85854be6463681462ac1eddf6b129
hostapd: Add config option chanlist for DFS channels

Different channels allow different transmission power, at least in ETSI
countries. Also, ETSI requires a "channel plan" for DFS operation, and
channels should be randomly choosen from these channels.

Add a channel list configuration option for users to add channels
hostapd may pick from.

Signed-hostap: Simon Wunderlich <sw@simonwunderlich.de>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/dfs.c