Created
November 2, 2020 14:39
-
-
Save czwen/746e071609f28bc6cf03e0aef35b5fb8 to your computer and use it in GitHub Desktop.
Wi-Fi QRCode
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 characters
WIFI:T:WPA;S:wifiname;P:wifipasswd;; | |
WIFI 表示这个是一个连接 WiFi 的协议 | |
S 表示后面是 WiFi 的 SSID,wifiname 也就是 WiFi 的名称 | |
P 表示后面是 WiFi 的密码,wifipasswd 是 WiFi 的密码 | |
T 表示后面是密码的加密方式,WPA/WPA2 大部分都是这个加密方式,也使用WPA。如果写WPA/WPA2我的小米手机无法识别。 | |
H 表示这个WiFi是否是隐藏的,直接打开 WiFi 扫不到这个信号。苹果还不支持隐藏模式 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment