How to use P2P operations using rtl8812au driver?
I have tried almost every driver which are available out there in github and also in the linux home; none of them are actually working correctly.
The only driver which I found usable was aircrack-ng-rtl8812au
But for P2P group operations even that has some issues.
You can easily make the driver use
p2p_group_interface
by enabling theRTW_P2P_GROUP_INTERFACE
macro to1
inos_dep/linux/ioctl_cfg80211.h
file. I hope this helps you in some way.