-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wi-Fi Direct not advertising #119
Comments
See aircrack-ng/rtl8812au#314 and aircrack-ng/rtl8812au@619d992 (in branch v5.6.4.1) The code in that repo is substantially modified from the original code by Realtek, so even if I wanted to, I'd probably fail in copying that code over and making it work. |
For Wi-Fi direct, private ioctl code needs to be added. |
Thanks :) The problem for me would be that I'd copying code which I don't understand (at all). But then it still didn't work. Spend days researching I started this repo as I found a newer version of the driver that no one else had (or at least had shared). That is no longer the case. Now there are several (too many imo) repos with regularly updated driver versions for my (one) wireless device, maintained by people who actually know what they're doing. So now I'm mostly contemplating 'shutting down' this repo and refer people to your/aircrack-ng repo. It would be great if all the people interested in this driver would work together on one repo instead of lots of people maintaining (i.e. copying each other's patches) their own copy/fork of a 8812AU repo. |
ftp3.realtek.com There you have the officials |
Yeah, I had already found those and that's where I got the latest versions from and is what I used to publish newer driver versions. As do you and some other people. |
Looks a lot like aircrack-ng/rtl8812au#265. Also with my 5.2.20 and iirc also with 5.6.4. |
Only working om 5.6.4.1. Branches below gets... Retired |
Hi,
I am using RTL8812AU based chipset USB Wi-Fi Adapter (Like ASUS AC56 , Linksys WUSB6300) in ubuntu (tried in different OS and Kernel version).
And I am trying to make use of WI-Fi Direct using wpa_supplicant (P2P Enabled) with user app wpa_cli.
In case of Intel Wireless Driver, whenever I do P2P_FIND or any scan command, from wpa_cli, my device is visible in any Wi-Fi Direct supported devices like Android, Windows etc.
But in case of Realtek driver (rtl8812au), my device is not visible or listed in Wi-Fi Direct device list, whereas I can get the nearby peers available in my device. As well I am able to connect to any SSID available.
So, am I missing something additional setup required for driver to make my device visible to other peer?
Any help would be very helpful?
Thank you,
The text was updated successfully, but these errors were encountered: