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,883
vishal
  • 95
  • 9

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
  • 1
    Thank you so much @geeker it actually works with enabling the macro but has some errors while creating p2p group , if u are aware of the same can u help me out with this!. – vishal Nov 18 '19 at 09:51
  • @damadam I have specified in the question that p2p group operations has some issues I think it makes sense it ask the same. – vishal Nov 18 '19 at 09:56
  • I think the driver code has to changed w.r.t group interface , I'm not sure about it. – geeker Nov 18 '19 at 09:59