mesh: Make plink params configurable
This patch makes four MIB variables for plink configurable and sets the correct default values based on IEEE Std 802.11s-2011. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
0c6099f31b
commit
e609679984
6 changed files with 66 additions and 23 deletions
|
@ -37,6 +37,10 @@ struct mesh_conf {
|
|||
#define MESH_CONF_SEC_AUTH BIT(1)
|
||||
#define MESH_CONF_SEC_AMPE BIT(2)
|
||||
unsigned int security;
|
||||
int dot11MeshMaxRetries;
|
||||
int dot11MeshRetryTimeout; /* msec */
|
||||
int dot11MeshConfirmTimeout; /* msec */
|
||||
int dot11MeshHoldingTimeout; /* msec */
|
||||
};
|
||||
|
||||
#define MAX_STA_COUNT 2007
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue