]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: Add support for mesh peer link expiration.
authorColleen Twitty <colleen@cozybit.com>
Mon, 8 Jul 2013 17:04:18 +0000 (10:04 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Jul 2013 18:13:43 +0000 (20:13 +0200)
commit770f80c9afc1210c149c1e697d399db3d9e1beb9
treeb8a60b7932bcdd29f777a408ae7fdd6f553c7065
parentaa0f5dbe3d759ca2ad6bdd67177467f02050eb67
iw: Add support for mesh peer link expiration.

User can configure the peer link expiration time with a
new mesh parameter, mesh_plink_timeout.  This parameter
sets the expiration time, in seconds, for peer links.
After this time, the peer link is expired.  This means the
inactive STA is removed from the list of peers and is not
considered a peer again unless it re-peers.

Signed-off-by: Colleen Twitty <colleen@cozybit.com>
mesh.c