Wiicom API Lib
|
Struct definition for the Compact module network configuration. Continua...
#include <wiicom_libcommunication.h>
Campi | |
uint8_t | nwtype |
uint8_t | macaddress [6] |
uint8_t | ipaddress [4] |
uint8_t | netmask [4] |
uint8_t | gateway [4] |
char | ssid [33] |
uint8_t | security_type |
char | psk [33] |
uint8_t | channel |
t_compact_net_rf_power | rf_power_level |
t_compact_net_datarate | data_rate |
Struct definition for the Compact module network configuration.
uint8_t channel |
Compact module wi-fi channel (from 1 to 14)
t_compact_net_datarate data_rate |
Compact module network data rate
uint8_t gateway[4] |
Compact module gateway IP address
uint8_t ipaddress[4] |
Compact module IP address
uint8_t macaddress[6] |
Compact module MAC address
uint8_t netmask[4] |
Compact module network mask
uint8_t nwtype |
Compact module network type 0=AD-HOC, 1=INFRASTRUCTURE
char psk[33] |
Password of infrastructure to connect
t_compact_net_rf_power rf_power_level |
Compact module network RF Power level
uint8_t security_type |
0=OPEN, 1=WPA1, 2=WPA2, 3=WEP
char ssid[33] |
Compact module SSID (to create or to connect)