1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix issues on get encryptionType for the current associated network.

Fix issue related to retrieve encription type and RSSI for the available networks
This commit is contained in:
Mimmo La Fauci
2012-03-04 11:42:48 +01:00
parent 1d1f647ed6
commit 514a694c8a
8 changed files with 71 additions and 61 deletions

View File

@ -41,8 +41,11 @@ enum {
START_CLIENT_TCP_CMD= 0x2D,
STOP_CLIENT_TCP_CMD = 0x2E,
GET_CLIENT_STATE_TCP_CMD= 0x2F,
DISCONNECT_CMD = 0x30,
GET_IDX_SSID_CMD = 0x31,
GET_IDX_RSSI_CMD = 0x32,
GET_IDX_ENCT_CMD = 0x33,
// All command with DATA_FLAG 0x40 send a 16bit Len
SEND_DATA_TCP_CMD = 0x44,