hostapd/src/p2p
Fabien Marotte 9dac8c3eaf P2P: Limit the retransmission of GO Negotiation request to 120
If the peer you want to connect to is no longer available (does not
acknowledge frames) when wpa_supplicant sends GO Negotition Request
frames, retransmission of this frame is done until the associated
p2p_device  structure is removed on timeout. In that case, no signal
is emitted to  inform the GO Negotiation has failed.

When sending an Invitation Request frame, the same retransmission
mechanism is in place but limit the transmission to 100 and hitting
the limit generates an event.

This patch adds the same mechanism as the one in place for Invitation
Request, but with limit of 120 to match the existing wait_count for
for GO Negotiation.
2010-12-28 11:48:58 +02:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Limit the retransmission of GO Negotiation request to 120 2010-12-28 11:48:58 +02:00
p2p.h P2P: Allow access to group members 2010-12-17 18:34:16 +02: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: Limit the retransmission of GO Negotiation request to 120 2010-12-28 11:48:58 +02:00
p2p_group.c P2P: Allow access to group members 2010-12-17 18:34:16 +02:00
p2p_i.h P2P: Limit the retransmission of GO Negotiation request to 120 2010-12-28 11:48:58 +02: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 parsing of UTF-8 device names 2010-10-26 10:40:35 +03:00
p2p_pd.c P2P: Do not re-send PD Request for join-a-group after acked frame 2010-10-27 19:36:10 +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