mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
{nl,cfg,mac}80211: let userspace make meshif mesh gate
Allow userspace to set NL80211_MESHCONF_GATE_ANNOUNCEMENTS attribute, which will advertise this mesh node as being a mesh gate. NL80211_HWMP_ROOTMODE must be set or this will do nothing. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
0507e159a2
commit
16dd7267f4
7 changed files with 29 additions and 1 deletions
|
@ -51,6 +51,7 @@ const struct mesh_config default_mesh_config = {
|
|||
.path_refresh_time = MESH_PATH_REFRESH_TIME,
|
||||
.min_discovery_timeout = MESH_MIN_DISCOVERY_TIMEOUT,
|
||||
.dot11MeshHWMPRannInterval = MESH_RANN_INTERVAL,
|
||||
.dot11MeshGateAnnouncementProtocol = false,
|
||||
};
|
||||
|
||||
const struct mesh_setup default_mesh_setup = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue