-
Notifications
You must be signed in to change notification settings - Fork 189
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
P2P SSID visible in normal wifi but not in wifi direct list #244
Comments
Hi @ptmrankzy I just merged a patch that may help: activate RTW_P2P_GROUP_INTERFACE Run the following in the driver directory: $ git pull $ sudo sh install-driver.sh Let me know. |
Thanks for the fast response! I have updated the driver and when i try to start it with wpa_supplicant i get
Note that i have the exact same output regardless of wpa_supp config |
I do not have good visibility on what you are doing so let me point you to: docs/Concurrent_Mode.md Keep in mind that these Realtek out-of-kernel drivers do not do many things the way it is supposed to be done. |
I tried concurrent mode and when now it won't even get into p2p mode(i have tried wlan 1 and 2). I am using the adapter only for wifi direct so I don't think concurrent mode is needed. So to replicate my orignal issue, wpa_supplicant.conf:
commands:
On the raspberry pi, everything looks good(before that patch). |
Should I remove the patch so that we can start over? |
Yeah that's probably a good idea. If have tried AP mode and that works on the commit before that patch. |
I reverted the patch. You can update with: $ git pull Sorry I am not much help as what you are doing is something that I do not have experience with. |
I have a Raspberry Pi Zero W with a Brostrend AC1200 Wi-Fi adapter (identified as 0dba:b812). When I attempt to set it up in P2P Group Owner (GO) mode, it broadcasts a random SSID like DIRECT-XX, which appears in the regular Wi-Fi list on my phone. However, when I try to find it in the Wi-Fi Direct settings on my phone or laptop, it doesn't show up in the list.
Raspbian OS 6.6.62
The text was updated successfully, but these errors were encountered: