]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add preliminary code for testing separate P2P group interface
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 26 Nov 2010 13:54:53 +0000 (15:54 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Nov 2010 13:54:53 +0000 (15:54 +0200)
commitc55f774d00cde11ade02896b97e6900116a5e0db
treef078967073ef1dd9055d834e861418139698d504
parent971e357f19ee04deb0224c5c7c8014d1163e9b72
nl80211: Add preliminary code for testing separate P2P group interface

driver_param=use_p2p_group_interface=1 can now be used to test
nl80211-drivers with separate P2P group interface. In other words,
the main interface (e.g., wlan0) is reserved for P2P management
operations and non-P2P connections and a new group interface (e.g.,
p2p-wlan0-0) is created for the P2P group.

This implementation is very minimal, i.e., it only support address
allocation for a single P2P group interface (if the driver does not
handle this internally). In addition, not all functionality has yet
been tested, so for now, this is disabled by default and needs that
special driver_param to enable.
src/drivers/driver_nl80211.c