21#include "WiFiClient.h"
22#include "WiFiClientSecure.h"
23#include "WiFiServer.h"
34typedef enum { WIFI_OFF = 0, WIFI_STA = 1, WIFI_AP = 2, WIFI_AP_STA = 3 } WiFiMode_t;
36enum wifi_ps_type_t { WIFI_PS_NONE, WIFI_PS_MIN_MODEM, WIFI_PS_MAX_MODEM };
40 virtual void begin(
const char* name,
const char*
pwd) {
45 wl_status_t status() {
return WL_CONNECTED; }
49 adress.fromString(sock.getIPAddress());
53 void setSleep(
bool) {}
55 void setSleep(wifi_ps_type_t) {}
57 int macAddress() {
return mac; }
59 void setClientInsecure() {}
62 void mode(WiFiMode_t
m);
63 WiFiMode_t getMode() {
return WIFI_STA; };
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