From f747b7c064b72013f0db109fc7df0b1e1a6752dd Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Tue, 12 Sep 2023 16:50:44 -0400
Subject: [PATCH] BeaglePlay: BSSID, not SSID

---
 boards/beagleplay/demos-and-tutorials/connect-wifi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst
index fdacbea8..4de8dea3 100644
--- a/boards/beagleplay/demos-and-tutorials/connect-wifi.rst
+++ b/boards/beagleplay/demos-and-tutorials/connect-wifi.rst
@@ -154,7 +154,7 @@ your board to WiFi (if password is correct).
 wpa_cli (shell)
 ****************
 
-Swap out "68:ff:7b:03:0a:8a" and "mypassword" with your network SSID and password, respectively.
+Swap out "68:ff:7b:03:0a:8a" and "mypassword" with your network BSSID and password, respectively.
 
 .. code-block:: shell-session
 
-- 
GitLab