mesh: Make maximum number of peer links configurable
Maximum number of peer links is maximum number of connecting mesh peers at the same time. This value is 0..255 based on the dot11MeshNumberOfPeerings range. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
8b2600329f
commit
4b4093686b
7 changed files with 24 additions and 1 deletions
|
@ -123,6 +123,10 @@ ap_scan=1
|
|||
# 1: wpa_supplicant provides an MPM which handles peering (default)
|
||||
#user_mpm=1
|
||||
|
||||
# Maximum number of peer links (0-255; default: 99)
|
||||
# Maximum number of mesh peering currently maintained by the STA.
|
||||
#max_peer_links=99
|
||||
|
||||
# EAP fast re-authentication
|
||||
# By default, fast re-authentication is enabled for all EAP methods that
|
||||
# support it. This variable can be used to disable fast re-authentication.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue