]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: Add commands to get and set o11s mesh networking parameters
authorcolin@cozybit.com <colin@cozybit.com>
Wed, 22 Oct 2008 07:55:20 +0000 (09:55 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 22 Oct 2008 07:55:20 +0000 (09:55 +0200)
commit46c1ad1fac51356236e746e285995c6629fd8650
treea8668801b6f5b374f0f8db4a40ad398151af4b6d
parent4a3bf753f89422fb57b50517f6193a37df1b02ec
iw: Add commands to get and set o11s mesh networking parameters

Two new top-level commands: iw dev <devname> get mesh_param <param>, and
iw dev <devname> set mesh_param <param> <value>.
These can be used to configure the 802.11s mesh networking stack.
These use the new %NL80211_CMD_GET_MESH_PARAMS and
%NL80211_CMD_SET_MESH_PARAMS netlink commands.

We check the user input to make sure that the values given fall in the valid
range for each parameter.
Signed-off-by: Colin McCabe <colin@cozybit.com>
Makefile
mesh.c [new file with mode: 0644]
nl80211.h