-
Notifications
You must be signed in to change notification settings - Fork 93
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
Is it possible to disable PIN? #91
Comments
It might be possible but people have been trying this in the past and did not succeed. Basically the PIN is the mandatory connection method defined in WPS. WPS also has the optional push button method, which I think is what Microsoft adapter used. Right now the push button method is not implemented. |
Tested with p2p mode, if set the property for |
@rtgiskard How did you do that? |
I'm using the dbus api, just set |
This is a great project, and I am using it in a trusted environment that PIN is not necessary.
I know the Microsoft Wireless Display Adapter which also uses MiraCast technology can be set to not require PIN.
I know where to set a PIN in the source code, but not quite sure how to disable PIN.
sudo wpa_cli -i$p2pinterface wps_pin any 31415926
Does anyone have an idea?
Thanks!
The text was updated successfully, but these errors were encountered: