// Wireless configuration parameters ---------------------------------------- byte local_ip[] = {192,168,1,200}; // IP address of WiShield byte gateway_ip[] = {192,168,1,1}; // router or gateway IP address byte subnet_mask[] = {255,255,255,0}; // subnet mask for the local network prog_char ssid[] PROGMEM = {"Wildwood"}; // max 32 bytes unsigned char security_type = 0; // 0 - open; 1 - WEP; 2 - WPA; 3 - WPA2