[PATCH v2 00/10] Support P2P device in supplicant v2
David Spinadel
dvdspndl
Sun Mar 17 13:57:10 PDT 2013
From: David Spinadel <david.spinadel at intel.com>
The same patch series that I sent about a month ago, with few minor bug fixes
and rebased on top of current master (095da17 Android: Enable WNM in the build).
David Spinadel (9):
wpa_supplicant: add P2P device driver priv
wpa_driver: add init and deinit P2P device functions
nl80211_driver: rename is_p2p_interface
nl80211 driver: hold wdev identification for P2P device
nl80211_driver: add a handler to create_interface
nl80211_driver: add support for P2P device in add interface
nl80211_driver: implement init and deinit P2P device functions
wpa_supplicant: use p2p device wrappers for p2p device flows
wpa_supplicant: init a dedicated P2P device interface
Nirav Shah (1):
nl80211_driver: Identify if nl80211 is capable of p2p device
abstraction
src/drivers/driver.h | 29 +++-
src/drivers/driver_nl80211.c | 282 +++++++++++++++++++++++++++++++++----
src/p2p/p2p.c | 5 +
src/p2p/p2p.h | 6 +
wpa_supplicant/driver_i.h | 78 ++++++++++
wpa_supplicant/gas_query.c | 4 +-
wpa_supplicant/offchannel.c | 58 ++++++--
wpa_supplicant/offchannel.h | 4 +-
wpa_supplicant/p2p_supplicant.c | 81 +++++++++--
wpa_supplicant/wpa_supplicant_i.h | 1 +
10 files changed, 488 insertions(+), 60 deletions(-)
--
1.7.10.msysgit.1
More information about the Hostap
mailing list