21#include "WiFiClient.h"
22#include "WiFiClientSecure.h"
23#include "WiFiServer.h"
34enum wifi_ps_type_t { WIFI_PS_NONE, WIFI_PS_MIN_MODEM, WIFI_PS_MAX_MODEM };
38 virtual void begin(
const char* name,
const char*
pwd) {
43 wl_status_t status() {
return WL_CONNECTED; }
47 adress.fromString(sock.getIPAddress());
51 void setSleep(
bool) {}
53 void setSleep(wifi_ps_type_t) {}
55 int macAddress() {
return mac; }
57 void setClientInsecure() {}
Definition IPAddress.h:43
Definition SocketImpl.h:26
We provide the WiFi class to simulate the Arduino WIFI. In in Linux we can expect that networking is ...
Definition CanMsg.cpp:31