wireless: include noscan option in common wdev vars
authorDaniel Golle <daniel@makrotopia.org>
Fri, 20 Apr 2018 05:27:16 +0000 (07:27 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 20 Apr 2018 05:27:16 +0000 (07:27 +0200)
'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>
scripts/netifd-wireless.sh

index 106c49d..8816bff 100644 (file)
@@ -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() {