[PATCH v2 00/10] Support P2P device in supplicant v2
Arend van Spriel
arend
Wed Mar 27 04:30:09 PDT 2013
On 03/17/2013 09:57 PM, David Spinadel wrote:
> 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).
I have tested these patches with our brcmfmac driver and got successful
connection setup today. I had to make one patch in wpa_supplicant. Sent
that patch earlier this week. Should I submit that one to Jouni/mailing
list?
One remaining issue is that I do get a warning when the group interface
is closed. It seems wpa_supplicant changes the P2P connection interface
to STATION before deleting it and we (brcmfmac) do not support that for
that particular interface.
You can add
Tested-by: Arend van Spriel <arend at broadcom.com>
Regards,
Arend
> 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(-)
>
More information about the Hostap
mailing list