#ifndef WIFI_UTIL_H_INCLUDED #define WIFI_UTIL_H_INCLUDED namespace wifi { extern char local_ip[16]; void defineCommands(); bool connected(); bool isAccessPoint(); void tryConnection(); } #endif