]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
Add p2p_go_max_inactivity config option
authorEyal Shapira <eyal@wizery.com>
Fri, 10 Aug 2012 13:28:38 +0000 (16:28 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 10 Aug 2012 13:28:38 +0000 (16:28 +0300)
commit462a7439e164198dc230c78a530875f719ff51e8
tree8f6a9cb138c5854527118607087c83a8acd88e19
parent03a6a2e972745f992dad90daedb0984f831dc747
Add p2p_go_max_inactivity config option

This enables setting a different max inactivity timeout for P2P GO.
This timeout is used to detect inactive clients. In some scenarios
it may be useful to have control over this and set a shorter timeout
than the default 300s. For example when running STA and P2P GO interfaces
concurrently, the STA interface may perform scans which may cause the
GO to miss a disassoc / deauth frames from a client and keep assuming
that the client is connected until the inactivity detection kicks in.
300 secs is a bit too long for such scenarios and creates a bad user
experience.

Signed-hostap: Eyal Shapira <eyal@wizery.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wpa_supplicant.conf