mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
c55f774d00
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. |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |