Is there any way to connect to WiFi router with WPS pin? There is a question for previous version of Ubuntu, but I have not wpa_supplicant.conf file.
wpa_gui react against correct pin and show "connected" (Does not show connected with incorrect pin), but I'm not actually connect to the router. Do you have any idea about that?
Also, I try create a file
$ cat wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
update_config=1
And run
$ sudo killall wpa_supplicant
$ sudo rm /var/run/wpa_supplicant/wlan0
$ sudo wpa_supplicant -Dwext -iwlan0 -c wpss –B
Successfully initialized wpa_supplicant
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
^Cwlan0: CTRL-EVENT-TERMINATING
The last command stuck, so I pres ctrl + c.
$ wpa_cli status
Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory
0 Answers