diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-06 09:03:11 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-13 17:30:34 +0200 |
commit | 9da508d6a39eb24fdc70eb5a525be58d2c06202a (patch) | |
tree | 44572c5a33292b3c2d84cfe884c2a602dbff7d51 /tests/bin/wpa_passphrase | |
parent | 420f69566a25fe83136269445d81a85a35cb053c (diff) | |
download | alpine-conf-9da508d6a39eb24fdc70eb5a525be58d2c06202a.zip |
setup-interfaces: add test for interactive wifi setup
Diffstat (limited to 'tests/bin/wpa_passphrase')
-rwxr-xr-x | tests/bin/wpa_passphrase | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bin/wpa_passphrase b/tests/bin/wpa_passphrase new file mode 100755 index 0000000..33e3c34 --- /dev/null +++ b/tests/bin/wpa_passphrase @@ -0,0 +1,9 @@ +#!/bin/sh + +cat<<EOF +network={ + ssid="Telenor0366rar" + #psk="0123456789" + psk=87ffb01b74e1ebecab3bf1588668728f2eb78440e3a757460012bb71943c22d9 +} +EOF |