Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5088ea60 authored by Jason Kridner's avatar Jason Kridner
Browse files

BeaglePlay: for wifi, use BSSID

parent b713dff3
Branches
Tags
1 merge request!59BeaglePlay: for wifi, use BSSID
...@@ -154,7 +154,7 @@ your board to WiFi (if password is correct). ...@@ -154,7 +154,7 @@ your board to WiFi (if password is correct).
wpa_cli (shell) wpa_cli (shell)
**************** ****************
Swap out "mywifi" and "mypassword" with your network SSID and password, respectively. Swap out "68:ff:7b:03:0a:8a" and "mypassword" with your network SSID and password, respectively.
.. code-block:: shell-session .. code-block:: shell-session
...@@ -168,7 +168,7 @@ Swap out "mywifi" and "mypassword" with your network SSID and password, respecti ...@@ -168,7 +168,7 @@ Swap out "mywifi" and "mypassword" with your network SSID and password, respecti
debian@BeaglePlay:~$ wpa_cli add_network debian@BeaglePlay:~$ wpa_cli add_network
Selected interface 'wlan0' Selected interface 'wlan0'
1 1
debian@BeaglePlay:~$ wpa_cli set_network 1 ssid '"mywifi"' debian@BeaglePlay:~$ wpa_cli set_network 1 bssid 68:ff:7b:03:0a:8a
Selected interface 'wlan0' Selected interface 'wlan0'
OK OK
debian@BeaglePlay:~$ wpa_cli set_network 1 psk '"mypassword"' debian@BeaglePlay:~$ wpa_cli set_network 1 psk '"mypassword"'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment