From 1e704a118bb218607f04eaacfe21adc3321865c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Garc=C3=ADa=20Ja=C3=A9n?= Date: Thu, 3 Oct 2019 12:24:53 +0200 Subject: [PATCH] wpa_passphrase: add page (#3301) * wpa_passphrase: add page * wpa_passphrase: fix description * wpa_passphrase: improving descriptions --- pages/linux/wpa_passphrase.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/wpa_passphrase.md diff --git a/pages/linux/wpa_passphrase.md b/pages/linux/wpa_passphrase.md new file mode 100644 index 0000000000..37836bb8cc --- /dev/null +++ b/pages/linux/wpa_passphrase.md @@ -0,0 +1,11 @@ +# wpa_passphrase + +> Generate a WPA-PSK key from an ASCII passphrase for a given SSID. + +- Compute and display the WPA-PSK key for a given SSID reading the passphrase from stdin: + +`wpa_passphrase {{SSID}}` + +- Compute and display WPA-PSK key for a given SSID specifying the passphrase as an argument: + +`wpa_passphrase {{SSID}} {{passphrase}}`