]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add beacon interval and DTIM period parameters to mesh join
authorMarco Porsch <marco@cozybit.com>
Fri, 18 Jan 2013 12:05:30 +0000 (13:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 29 Jan 2013 11:54:44 +0000 (12:54 +0100)
commita8c2e76dbf6b868b37e4662141e79c6afd42aa9b
tree62680318b8c7fbcbdcb705c987213e3bf0bc53e9
parent6ccd4979882f50268b611d5b2afb8516125e58b9
iw: add beacon interval and DTIM period parameters to mesh join

Set the beacon interval and DTIM period with the mesh join
command:
iw <dev> mesh join <meshid> beacon-interval <time in TUs>
dtim-period <value>

Signed-off-by: Marco Porsch <marco@cozybit.com>
mesh.c