Skip to content

Instantly share code, notes, and snippets.

@teknikqa
Last active January 23, 2019 10:13
Show Gist options
  • Save teknikqa/94a22d40f6014e17085ae54879697375 to your computer and use it in GitHub Desktop.
Save teknikqa/94a22d40f6014e17085ae54879697375 to your computer and use it in GitHub Desktop.

Revisions

  1. teknikqa revised this gist Jan 23, 2019. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions easywifi.txt
    Original file line number Diff line number Diff line change
    @@ -2,15 +2,16 @@ Create a QR code with any QR generator in this format:

    WIFI:S:<ssid>;T:<wpa|wep|>;P:<password>;;

    Scanning this code will automatically add the WiFi details to the device. [1]
    Scanning this code will automatically add the WiFi details to the device. [1][2]

    iOS will share the username and password. To prevent that, create a configuration file using
    the iPhone configuration utility and have the QR code link to that file. This file can be on
    Dropbox or any other server. [2]
    Dropbox or any other server. [3]

    An alternative is to use NFC tags that are encoded with the WiFi details. [2]
    An alternative is to use NFC tags that are encoded with the WiFi details. [4]

    See:
    [1] https://android.gadgethacks.com/how-to/easily-share-your-wi-fi-password-with-qr-code-your-android-phone-0183483/
    [2] https://lifehacker.com/465200739
    [3] https://www.howtogeek.com/278104/how-to-create-an-nfc-tag-that-connects-any-android-phone-to-a-wi-fi-network/
    [2] https://lifehacker.com/how-to-share-your-wi-fi-network-with-friends-no-passwo-5835743
    [3] https://lifehacker.com/465200739
    [4] https://www.howtogeek.com/278104/how-to-create-an-nfc-tag-that-connects-any-android-phone-to-a-wi-fi-network/
  2. teknikqa revised this gist Jan 23, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion easywifi.txt
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,9 @@ WIFI:S:<ssid>;T:<wpa|wep|>;P:<password>;;

    Scanning this code will automatically add the WiFi details to the device. [1]

    iOS will share the username and password. To prevent that, create a configuration file using the iPhone configuration utility and have the QR code link to that file. This file can be on Dropbox or any other server. [2]
    iOS will share the username and password. To prevent that, create a configuration file using
    the iPhone configuration utility and have the QR code link to that file. This file can be on
    Dropbox or any other server. [2]

    An alternative is to use NFC tags that are encoded with the WiFi details. [2]

  3. teknikqa revised this gist Jan 23, 2019. 2 changed files with 14 additions and 3 deletions.
    14 changes: 14 additions & 0 deletions easywifi.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    Create a QR code with any QR generator in this format:

    WIFI:S:<ssid>;T:<wpa|wep|>;P:<password>;;

    Scanning this code will automatically add the WiFi details to the device. [1]

    iOS will share the username and password. To prevent that, create a configuration file using the iPhone configuration utility and have the QR code link to that file. This file can be on Dropbox or any other server. [2]

    An alternative is to use NFC tags that are encoded with the WiFi details. [2]

    See:
    [1] https://android.gadgethacks.com/how-to/easily-share-your-wi-fi-password-with-qr-code-your-android-phone-0183483/
    [2] https://lifehacker.com/465200739
    [3] https://www.howtogeek.com/278104/how-to-create-an-nfc-tag-that-connects-any-android-phone-to-a-wi-fi-network/
    3 changes: 0 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    Make your own QR code with any QR generator like this:

    WIFI:S:<ssid>;T:<wpa|wep|>;P:<password>;;
  4. teknikqa created this gist Jan 23, 2019.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    Make your own QR code with any QR generator like this:

    WIFI:S:<ssid>;T:<wpa|wep|>;P:<password>;;