diff options
Diffstat (limited to 'hostapd/hostapd.conf')
| -rw-r--r-- | hostapd/hostapd.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 9e81e9e9..90d15232 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -170,8 +170,11 @@ channel=1 # Channel list restriction. This option allows hostapd to select one of the # provided channels when a channel should be automatically selected. -# Default: not set (allow any enabled channel to be selected) +# Channel list can be provided as range using hyphen ('-') or individual +# channels can be specified by space (' ') seperated values +# Default: all channels allowed in selected hw_mode #chanlist=100 104 108 112 116 +#chanlist=1 6 11-13 # Beacon interval in kus (1.024 ms) (default: 100; range 15..65535) beacon_int=100 |
