hostapd/src
Yogesh Ashok Powar ef01fa7bfa hostapd: Make inactivity polling configurable
hostapd uses the poll method to check if the station is alive
after the station has been inactive for ap_max_inactivity seconds.
Make the poll mechanism configurable so that user can choose to
disconnect idle clients.

This can be especially useful when some devices/firmwares have
restrictions on the number of clients that can connect to the AP
and that limit is smaller than the total number of stations trying
to use the AP.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Nishant Sarmukadam <nishants@marvell.com>
2011-12-25 20:57:01 +02:00
..
ap hostapd: Make inactivity polling configurable 2011-12-25 20:57:01 +02:00
common AP: Pass station's WMM configuration to driver wrappers 2011-12-17 12:38:06 +02:00
crypto Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02:00
drivers nl80211: Fix mgmt RX for device SME in AP mode without monitor 2011-12-23 18:15:07 +02:00
eap_common Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02:00
eap_peer EAP-AKA peer: Keep pseudonym identity across EAP exchanges 2011-12-04 17:21:22 +02:00
eap_server EAP server: Force identity request after eapRestart for passthrough 2011-12-06 13:02:23 +02:00
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 2011-08-12 11:56:44 +03:00
eapol_supp Use an enum for EAP SM requests 2011-10-30 12:04:24 +02:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Move public P2P_PEER info generation into ctrl_iface 2011-12-22 21:26:31 +02:00
radius Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute 2011-12-11 13:01:57 +02:00
rsn_supp Check wpa_supplicant_parse_ies() return value more consistently 2011-12-04 16:40:06 +02:00
tls TLS: Add support for SHA256-based cipher suites from RFC 5246 2011-11-27 22:33:54 +02:00
utils PCSC: Accept 0x67 (Wrong length) as a response to READ RECORD 2011-12-18 14:44:03 +02:00
wps Skip WPS PBC overlap detection if P2P address is the same 2011-12-11 12:03:18 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00