aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/qrencode.md
blob: 442a4c626b4210b143d3187f9208606bbec7d095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# qrencode(1)

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>;;'
```