[PATCH 0/9] P2PS CPT support
Ilan Peer
ilan.peer
Thu Jul 2 06:21:18 PDT 2015
The patch set adds support for including P2PS Coordination Transport
Protocol when adding P2PS services and in P2PS PD flows, and also adds
hwsim tests (these tests are based on the previous patch set).
Max Stepanov (9):
utils: Add cstr_token() function
P2PS: Add CPT parameter to P2P_SERVICE_ADD asp command
P2PS: Add CPT parameter to P2PS_PROVISION and P2PS_PROVISION_RESP
P2PS: Add CPT handling on PD request and response
P2PS: Add feature capability to PD events
tests: Add CPT parameter to wpasupplicant asp_provision
tests: Add CPT parameter to p2ps_advertise()
tests: Add CPT parameters to p2ps_provision()
tests: Add P2PS PD feature capability CPT tests
src/common/ieee802_11_defs.h | 9 +++
src/p2p/p2p.c | 15 +++--
src/p2p/p2p.h | 41 ++++++++++++-
src/p2p/p2p_pd.c | 116 +++++++++++++++++++++++++++++--------
src/utils/common.c | 65 +++++++++++++++------
src/utils/common.h | 1 +
tests/hwsim/test_p2ps.py | 73 ++++++++++++++++++++---
tests/hwsim/wpasupplicant.py | 5 +-
wpa_supplicant/ctrl_iface.c | 72 ++++++++++++++++++++++-
wpa_supplicant/p2p_supplicant.c | 78 ++++++++++++++++++++-----
wpa_supplicant/p2p_supplicant.h | 3 +-
wpa_supplicant/p2p_supplicant_sd.c | 5 +-
12 files changed, 406 insertions(+), 77 deletions(-)
--
1.9.1
More information about the Hostap
mailing list