aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/021-mesh-make-forwarding-configurable.patch
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: mesh: make forwarding configurableDaniel Golle2018-04-181-0/+242
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>