This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHCC3235MOD: converting SL1.1 code to new 7sdk SSID_LEN_MAX+1

Part Number: LAUNCHCC3235MOD


Anyone recognize defines SSID_LEN_MAX, IP_ADDR? Errors at

unsigned char g_ucConnectionSSID[SSID_LEN_MAX+1]; //Connection SSID
unsigned char g_ucConnectionBSSID[BSSID_LEN_MAX]; //Connection BSSID
unsigned long g_ulDestinationIp = IP_ADDR;