Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
diff -r 99cc93fe7d88 -r ef3befe3edad YDwifi/YDwifi.h
--- 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 TypeYD