[PATCH v2 00/12] P2PS bug fix and channel handling
Ilan Peer
ilan.peer
Thu Oct 8 02:35:55 PDT 2015
In this version:
1. Fix review comments + squashing patches.
2. Fix failing tests, by forcing the listen channel to be the
as the channel used in by interfaces, to remove the contention
between channels.
Ilan Peer (8):
P2P: Fix possible NULL pointer de-reference
P2P: Cleanup handling of unknown peer in PD request processing
P2PS: Add channel policy to PD Request
P2PS: Process channels in PD Request
P2PS: Process channels in PD response
P2PS: Indicate the chosen operating frequency
tests: Add role parameter to asp_provision
tests: P2PS channel handling
Max Stepanov (4):
P2PS: Fix PD Request parameter handling
P2PS: Fix persist reporting in wpas_p2ps_prov_complete()
P2PS: Don't add unnecessary follow-on PD request attributes
P2PS: Don't add unnecessary attributes to PD response
src/p2p/p2p.c | 10 +-
src/p2p/p2p.h | 35 ++-
src/p2p/p2p_pd.c | 476 ++++++++++++++++++++++++++------------
tests/hwsim/test_p2ps.py | 396 ++++++++++++++++++++++++++++++-
tests/hwsim/wpasupplicant.py | 4 +-
wpa_supplicant/ctrl_iface.c | 2 +
wpa_supplicant/p2p_supplicant.c | 84 ++++---
wpa_supplicant/wpa_supplicant_i.h | 1 +
8 files changed, 810 insertions(+), 198 deletions(-)
--
1.9.1
More information about the Hostap
mailing list