mesh: Make inactivity timer configurable
authorMasashi Honma <masashi.honma@gmail.com>
Fri, 16 Jan 2015 09:29:17 +0000 (18:29 +0900)
committerJouni Malinen <j@w1.fi>
Mon, 19 Jan 2015 00:35:43 +0000 (02:35 +0200)
commit5a2a6de6a5fec58dcfdb4320e4ec2b69d183a4c1
tree033be879eaff7e04d448e9f27f48a8a48314153d
parentb9749bac81cfd4132dfc87a5a94288005dfeec27
mesh: Make inactivity timer configurable

Current mesh code uses ap_max_inactivity as inactivity timer. This patch
makes it configurable.

There is another mesh inactivity timer in mac80211. The timer works even
if user_mpm=1. So this patch sets the max value to the timer for
workaround.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/mesh.c
wpa_supplicant/wpa_supplicant.conf