WPS Setup on Debian

Hello,

Is there a way to implement WPS setup on the Debian OS provided with the board? I would like to activate the WPS process on a button press. I have done this in other Linux distributions using WPA_SUPPLICANT. If this is not possible on this distribution, does anyone have any suggestions on another way to connect to a wireless access point without a graphical interface or a screen? Thanks for your time!

Hi @dlindsay424,

The instruction here for the WPS should work.

https://wiki.debian.org/WiFi/HowToUse#Command_Line

iwlist scan

wpa_cli wps_pbc 11:22:33:44:55:66

dhclient wlan0

Hi Akira,

Thank you for the reply. Trying this now. I will let you know how it goes. Thanks!!