blob: 7a9140d91d71b9092d90dfb93166ee51f9a69d24 (
plain) (
tree)
|
|
# qrencode(1)
```
qrencode
-s N pixels per feature length
```
Generate wifi qr code for WPA2 secured network.
```sh
# Generate on terminal.
qrencode -t ansiutf8 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'
# Generate picture for printing.
qrencode -t png -o wifi.png 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'
```
|