#ifndef WLAN_H #define WLAN_H #include void setupWlan(); bool wlan_isConnected(); #endif