SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html
Dependents: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: YDwifi/YDwifi.h
- Revision:
- 5:ef3befe3edad
- Parent:
- 4:99cc93fe7d88
- Child:
- 6:70f522934032
--- a/YDwifi/YDwifi.h Thu Mar 13 03:38:25 2014 +0000
+++ b/YDwifi/YDwifi.h Thu Mar 13 08:44:33 2014 +0000
@@ -51,6 +51,21 @@
unsigned char seq;
}tagGEN_FW_VER_GET_REQ_T;
+ /** WIFI_ON_REQ Command */
+ typedef struct
+ {
+ unsigned char cmd_sid;
+ unsigned char seq;
+ char country[COUNTRYC_CODE_LENTH];
+ }tagWIFI_ON_REQ_T;
+
+ /** WIFI_OFF_REQ Command */
+ typedef struct
+ {
+ unsigned char cmd_sid;
+ unsigned char seq;
+ }tagWIFI_OFF_REQ_T;
+
/** WIFI_DISCONNECT_REQ Command */
typedef struct
{
@@ -58,6 +73,13 @@
unsigned char seq;
}tagWIFI_DISCONNECT_REQ_T;
+ /** WIFI_GET_STA_RSSI_REQ Command */
+ typedef struct
+ {
+ unsigned char cmd_sid;
+ unsigned char seq;
+ }tagWIFI_GET_STA_RSSI_REQ_T;
+
/** WIFI_SCAN_REQ Command */
typedef struct
{
muRata

Murata TypeYD