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 Takao Kishino

Embed: (wiki syntax)

« Back to documentation index

tagWIFI_STATUS_T Struct Reference

tagWIFI_STATUS_T Struct Reference

Wi-Fi status used by getWifiStatus(). More...

#include <SNIC_WifiInterface.h>

Data Fields

E_WIFI_STATUS status
 status
char mac_address [BSSID_MAC_LENTH]
 Mac address.
char ssid [SSID_MAX_LENGTH+1]
 SSID.

Detailed Description

Wi-Fi status used by getWifiStatus().

Definition at line 26 of file SNIC_WifiInterface.h.


Field Documentation

char mac_address[BSSID_MAC_LENTH]

Mac address.

Definition at line 31 of file SNIC_WifiInterface.h.

char ssid[SSID_MAX_LENGTH+1]

SSID.

Definition at line 33 of file SNIC_WifiInterface.h.

E_WIFI_STATUS status

status

Definition at line 29 of file SNIC_WifiInterface.h.