Users Manual

02500
A
2019.06.14
7 of 12
Product Name
Version
Date
Page
3. What is the password of your Wi-Fi access point?
4. What is the encryption mode of your Wi-Fi access point?
In general, AES or TKIP is used. If you want to use different settings,
please read the table 'Table 2. Supported EncrypType(s)' at the bottom
of this example.
- Once you have this information, use the following commands to configure
the HDK. This example assumes you want to use either WPA PSK or WPA2 PSK,
your packets are encrypted with TKIP or AES, the access point SSID is
'myhome' (length 6), and the password of WPA or WPA2 is '12345678'
(length 8).
config write STA AuthMode 9
config write STA EncrypType 8
config write STA Ssid myhome
config write STA SsidLen 6
config write STA WpaPsk 12345678
config write STA WpaPskLen 8
config write common OpMode 1