hostap/src
Jouni Malinen 3071e18109 P2P: Add mechanism for timing out idle groups
A new configuration parameter, p2p_group_idle, can now be used to set
idle timeout value for P2P groups in seconds (0 = no timeout). If set,
this values is used to remove P2P group (both GO and P2P client)
interfaces after the group has been idle (no clients/GO seen) for the
configuration duration.

The P2P-GROUP-REMOVED event is now indicating the reason for group
removal when known. For example:
P2P-GROUP-REMOVED wlan0 GO reason=REQUESTED
P2P-GROUP-REMOVED wlan1 client reason=IDLE
2010-10-25 18:24:15 +03:00
..
ap hostapd: Fix compiler warning 2010-10-25 13:38:06 +03:00
common P2P: Fix a typo in P2P manager definition 2010-10-08 18:15:38 +03:00
crypto OpenSSL: Fix public key length in DH group 5 operations 2010-06-26 21:03:25 -07:00
drivers Fix build with drivers that use driver_wext.c 2010-10-15 22:11:33 +03:00
eap_common EAP-pwd: Fix couple of memory leaks 2010-09-14 22:16:17 -10:00
eap_peer EAP-pwd: Fix couple of memory leaks 2010-09-14 22:16:17 -10:00
eap_server EAP server: Allow reauth to be started with passthrough 2010-10-09 08:53:45 +03:00
eapol_auth EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eapol_supp Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
l2_packet l2_packet_ndis: Fix overlapped write not to corrupt stack 2010-09-02 13:23:14 +03:00
p2p P2P: Add mechanism for timing out idle groups 2010-10-25 18:24:15 +03:00
radius EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
rsn_supp Fix RSN preauth candidate list clearing to avoid segfaults 2010-08-14 19:01:14 +03:00
tls Internal TLS: Fix X.509 name handling to use sequency of attributes 2010-05-25 20:55:29 +03:00
utils P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
wps hostapd: Add wps_config ctrl_interface command for configuring AP 2010-10-21 16:49:41 +03: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