hostap/src/p2p
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
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Delay send_action call if p2p_scan is in progress 2010-10-20 19:44:21 +03:00
p2p.h P2P: Add mechanism for timing out idle groups 2010-10-25 18:24:15 +03:00
p2p_build.c P2P: Fill in default Config Methods in Invitation Request 2010-09-21 18:26:01 -07:00
p2p_dev_disc.c P2P: Delay send_action call if p2p_scan is in progress 2010-10-20 19:44:21 +03:00
p2p_go_neg.c P2P: Delay send_action call if p2p_scan is in progress 2010-10-20 19:44:21 +03:00
p2p_group.c P2P: Add mechanism for timing out idle groups 2010-10-25 18:24:15 +03:00
p2p_i.h P2P: Delay send_action call if p2p_scan is in progress 2010-10-20 19:44:21 +03:00
p2p_invitation.c P2P: Delay send_action call if p2p_scan is in progress 2010-10-20 19:44:21 +03:00
p2p_parse.c P2P: Fix a typo to fix CONFIG_P2P=y build 2010-10-10 17:28:47 +03:00
p2p_pd.c P2P: Fix p2p_send_action conversions 2010-10-20 21:32:18 +03:00
p2p_sd.c P2P: Fix p2p_send_action conversions 2010-10-20 21:32:18 +03:00
p2p_utils.c P2P: Reject multi-channel concurrent operations depending on driver 2010-10-14 14:24:56 +03:00