for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

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.