WIFI QR Code Format

    本文地址:http://tongxinmao.com/Article/Detail/id/477

    WIFI QR Code Format

    The format of a WIFI QR Code is

    “WIFI:S:SSID;T:<WPA|WEP|nopass>;P:<password>;H:<true|false>;;”. These characters shall be

    encoded with Byte Mode when generated a QR Code.

    Where

    S represents SSID.

    T represents security type, can be “WEP”, “WPA”, “nopass” or omitted. If T is omitted,

    also means no password.

    P represents password, can be omitted. It will be ignored if T is “nopass” or omitted, in

    which case P shall be omitted.

    H represents hidden type, can be “true”, “false” or omitted. If H is omitted, also means

    SSID is not hidden.

    Order of parameters does not matter. Special characters “:” “;” and “\” should be

    escaped with character “\” before in SSID and password.


    上一篇:PHP RSSI 距离计算
    下一篇:TMOS使用说明