hostapd: set mcast_rate in mesh mode
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Thu, 11 May 2017 06:56:50 +0000 (08:56 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 15 Nov 2017 17:49:06 +0000 (18:49 +0100)
commit43f66943d0dbf0ed0ec2a9cb071d0fbded2fbe35
treee99cdba94cdb34bb67f46ff82462522bb8a8aceb
parent46e875a0b05e431365a15d0eb8a61f68e001a696
hostapd: set mcast_rate in mesh mode

The wpa_supplicant code for IBSS allows to set the mcast rate. It is
recommended to increase this value from 1 or 6 Mbit/s to something higher
when using a mesh protocol on top which uses the multicast packet loss as
indicator for the link quality.

This setting was unfortunately not applied for mesh mode. But it would be
beneficial when wpa_supplicant would behave similar to IBSS mode and set
this argument during mesh join like authsae already does. At least it is
helpful for companies/projects which are currently switching to 802.11s
(without mesh_fwding and with mesh_ttl set to 1) as replacement for IBSS
because newer drivers seem to support 802.11s but not IBSS anymore.

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Tested-by: Simon Wunderlich <simon.wunderlich@openmesh.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh]
package/network/services/hostapd/patches/463-add-mcast_rate-to-11s.patch [new file with mode: 0644]