hostapd/src/p2p
Jouni Malinen 66f1f751d2 P2P: Fix provision discovery response handling in some cases
Commit 6b56cc2d97 added a possible call to
p2p_reset_pending_pd() prior to checking config_methods match between
our request and peer response. That reset call could clear
dev->req_config_methods and as such, result in unexpected
P2P-PROV-DISC-FAILURE report here even in cases where the peer accepts
the provision discovery. Fix this by using a local copy of the
req_config_methods variable.

Signed-hostap: Jouni Malinen <j@w1.fi>
2013-03-30 16:10:43 +02:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Remove persistent group peer if it rejects invitation 2013-03-15 16:43:06 +02:00
p2p.h P2P: Remove persistent group peer if it rejects invitation 2013-03-15 16:43:06 +02:00
p2p_build.c P2P: Show own channel list in debug log 2012-09-24 22:14:50 +03:00
p2p_dev_disc.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_go_neg.c P2P: Fix shared frequency preference for concurrent operations 2013-03-14 16:26:55 +02:00
p2p_group.c P2P: Add a peer entry based on Association Request frame 2013-03-12 13:04:33 +02:00
p2p_i.h P2P: Fix shared frequency preference for concurrent operations 2013-03-14 16:26:55 +02:00
p2p_invitation.c P2P: Ignore Tx acknowledgment status for Invitation Response 2013-03-26 00:28:56 +02:00
p2p_parse.c WFD: Add Wi-Fi Display support 2012-08-29 19:51:29 +03:00
p2p_pd.c P2P: Fix provision discovery response handling in some cases 2013-03-30 16:10:43 +02:00
p2p_sd.c WFD: Add support for sending Wi-Fi Display service discovery requests 2012-08-29 19:51:29 +03:00
p2p_utils.c P2P: Use peer's channel list to limit GO freq on invitation 2013-03-01 20:01:01 +02:00