void loop()
void printWiFiStatus() {
You can NOT define the printWiFiStatus() function here. Put it AFTER the body of loop().
void loop()
void printWiFiStatus() {
You can NOT define the printWiFiStatus() function here. Put it AFTER the body of loop().