hostapd: mesh: make forwarding configurable
authorDaniel Golle <daniel@makrotopia.org>
Wed, 18 Apr 2018 20:08:21 +0000 (22:08 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 18 Apr 2018 20:12:18 +0000 (22:12 +0200)
commitff8df2b3f9c161edc3ab543bdbeb04a9fb45c959
tree9071e50b96a70185f175aaad41764d9b8f96f05a
parente633b21c14f8892657bade85681fc40bcf9cbffd
hostapd: mesh: make forwarding configurable

For unencrypted mesh networks our scripts take care of setting
the various mesh_param values. wpa_supplicant changes somes of them
when being used for SAE encrypted mesh and previously didn't allow
configuring any of them. Add support for setting mesh_fwding (which
has to be set to 0 when using other routing protocols on top of
802.11s) and update our script to pass the value to wpa_supplicant.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/network/services/hostapd/Makefile
package/network/services/hostapd/files/hostapd.sh
package/network/services/hostapd/patches/021-mesh-make-forwarding-configurable.patch [new file with mode: 0644]