mirror of https://github.com/hak5/openwrt.git
mac80211: allow ACS restriction with fixed channel
This can be useful when a DFS channel is configured, as the ACS channel list is taken into account when switching channels after a radar event. For example, this allows to prevent the SRD channels from being used in that case. Signed-off-by: Jan Hoffmann <jan@3e8.eu> [reorder structure] Signed-off-by: David Bauer <mail@david-bauer.net>master
parent
2d378703f1
commit
dfe0bc860f
|
@ -101,7 +101,6 @@ mac80211_hostapd_setup_base() {
|
|||
json_select config
|
||||
|
||||
[ "$auto_channel" -gt 0 ] && channel=acs_survey
|
||||
[ "$auto_channel" -gt 0 ] && json_get_values channel_list channels
|
||||
|
||||
[ "$auto_channel" -gt 0 ] && json_get_vars acs_exclude_dfs
|
||||
[ -n "$acs_exclude_dfs" ] && [ "$acs_exclude_dfs" -gt 0 ] &&
|
||||
|
@ -109,6 +108,7 @@ mac80211_hostapd_setup_base() {
|
|||
|
||||
json_get_vars noscan ht_coex
|
||||
json_get_values ht_capab_list ht_capab tx_burst
|
||||
json_get_values channel_list channels
|
||||
|
||||
set_default noscan 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue