To generate a QR code for your WLAN the string that has to be converted into a QR code must have the form described here.
Format
WIFI:T:<authentification-protocol>;S:<SSID>;P:<PreSharedKey>;H:HIDDEN;
Description
You have to specify all fields separated by semicolon (;
).
Unused fields must be empty (;;
).
The fields have the following meaning:
<authentification-protocol>
must be one of:nopass
: no authenticationWEP
: WEPWPA
: WPA/WPA2
<SSID>
: Name (= SSID) of the WLAN; this field is required<PreSharedKey>
: WLAN password / preshared-keyHIDDEN
: If set to text “HIDDEN” the WLAN is hidden (= SSID is not broadcasted)
Example
- open WLAN “OpenTestWLAN” without
WIFI:T:nopass;S:OpenTestWLAN;;;
- hidden WLAN “HiddenTestWLAN” with WPA/WPA2 authentication and password “MyOtherSecrectPassword”
WIFI:T:WPA;S:HiddenTestWLAN;P:MyOtherSecrectPassword;H:HIDDEN;
Generation of the QR code graphic
- LibreOffice offers an option to generate QR codes from text:
- Create a document,
- Use menu “Insert” and chose “Object” - “QR code …”
- and enter text following the rules above.
- There are several websites that generate QR-codes for you, but beware that they get your WLAN name and password and might get a clue from your IP address where it is located.