diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-04-20 07:27:16 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-04-20 07:27:16 +0200 |
commit | b3dca7b64d3646a91cc4520652f2e2e144478143 (patch) | |
tree | 4558165083a2703d6e6eb8a953282ac61a3d26ea | |
parent | 513eb27dae4e42277f91bf746b3c3dcb9d633ead (diff) |
wireless: include noscan option in common wdev vars
'noscan' can be passed down to wpa_supplicant to enforce channel
settings in mesh mode. Allow hostapd.sh to take care of it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | scripts/netifd-wireless.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh index 106c49d..8816bff 100644 --- a/scripts/netifd-wireless.sh +++ b/scripts/netifd-wireless.sh @@ -291,7 +291,7 @@ for_each_interface() { } _wdev_common_device_config() { - config_add_string channel hwmode htmode + config_add_string channel hwmode htmode noscan } _wdev_common_iface_config() { |