From 09e78d4bc2ee41928f221f1510788d6caed34bdf Mon Sep 17 00:00:00 2001 From: David Auer Date: Thu, 28 Jan 2021 11:08:26 +0100 Subject: [PATCH] nmcli-device: add wifi show-password example (#5191) --- pages/linux/nmcli-device.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/nmcli-device.md b/pages/linux/nmcli-device.md index 50f6fd9a0a..f3e15063d1 100644 --- a/pages/linux/nmcli-device.md +++ b/pages/linux/nmcli-device.md @@ -13,3 +13,7 @@ - Connect to the Wi-Fi network with a specified name and password: `nmcli device wifi connect {{ssid}} password {{password}}` + +- Print password and QR code for the current Wi-Fi network: + +`nmcli device wifi show-password`