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

tagSCAN_RESULT_T Struct Reference

tagSCAN_RESULT_T Struct Reference

Scan result structure used by scanresults handler. More...

#include <SNIC_UartCommandManager.h>

Data Fields

unsigned char channel
 Channel.
signed char rssi
 RSSI.
unsigned char security
 Security type.
unsigned char bssid [BSSID_MAC_LENTH]
 BSSID.
unsigned char network_type
 Network type.
unsigned char max_rate
 Max data rate.
char ssid [SSID_MAX_LENGTH+1]
 SSID.

Detailed Description

Scan result structure used by scanresults handler.

Definition at line 39 of file SNIC_UartCommandManager.h.


Field Documentation

unsigned char bssid[BSSID_MAC_LENTH]

BSSID.

Definition at line 48 of file SNIC_UartCommandManager.h.

unsigned char channel

Channel.

Definition at line 42 of file SNIC_UartCommandManager.h.

unsigned char max_rate

Max data rate.

Definition at line 52 of file SNIC_UartCommandManager.h.

unsigned char network_type

Network type.

Definition at line 50 of file SNIC_UartCommandManager.h.

signed char rssi

RSSI.

Definition at line 44 of file SNIC_UartCommandManager.h.

unsigned char security

Security type.

Definition at line 46 of file SNIC_UartCommandManager.h.

char ssid[SSID_MAX_LENGTH+1]

SSID.

Definition at line 54 of file SNIC_UartCommandManager.h.