3

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.

damadam
  • 2,873
vishal
  • 95

1 Answers1

2

You can easily make the driver use p2p_group_interface by enabling the RTW_P2P_GROUP_INTERFACE macro to 1 in os_dep/linux/ioctl_cfg80211.h file. I hope this helps you in some way.

geeker
  • 196