RCM5600W with browserLED

New to RCM5600w wifi board. I have set up code to include

#define TCPCONFIG 1
#define _PRIMARY_STATIC_IP “192.168.1.100”
#define _PRIMARY_NETMASK “255.255.255.0”
#define MY_GATEWAY “192.168.1.104”
#define MY_NAMESERVER “192.168.1.104”
#define IFC_WIFI_SSID “Linksys”

I have port fowarded the router to accept
port 80 to 192.168.1.104

I cannot get connected ? anyone can suiggest a fix ?

JM