hostap/src
Jouni Malinen c55f774d00 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.
2010-11-26 15:54:53 +02:00
..
ap Convert most commonly used drv ops to real function calls 2010-11-24 17:01:21 +02:00
common Share WPA IE parser function for RSN authenticator/supplicant 2010-11-12 21:52:14 +02:00
crypto random: Fix a compiler warning about unused variable 2010-11-25 23:32:17 +02:00
drivers nl80211: Add preliminary code for testing separate P2P group interface 2010-11-26 15:54:53 +02:00
eap_common Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_peer Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eap_server Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
eapol_auth EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
eapol_supp Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Add p2p_unauthorize command 2010-11-25 13:09:50 +02:00
radius EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
rsn_supp Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
tls Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
utils edit: Clear edit line on deinit 2010-11-21 12:07:29 +02:00
wps Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00