Last active
January 23, 2019 10:13
-
-
Save teknikqa/94a22d40f6014e17085ae54879697375 to your computer and use it in GitHub Desktop.
Revisions
-
teknikqa revised this gist
Jan 23, 2019 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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][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. [3] 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/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/ -
teknikqa revised this gist
Jan 23, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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] An alternative is to use NFC tags that are encoded with the WiFi details. [2] -
teknikqa revised this gist
Jan 23, 2019 . 2 changed files with 14 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
teknikqa created this gist
Jan 23, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>;;