AllWize Library
Functions | Variables
wifi.cpp File Reference
#include "wifi.h"
#include "ntp.h"
#include "debug.h"
#include "configuration.h"
#include <ESP8266WiFi.h>
#include <Ticker.h>
Include dependency graph for wifi.cpp:

Go to the source code of this file.

Functions

bool wifiConnected ()
 
void wifiConnect ()
 
void _wifiOnConnect (const WiFiEventStationModeGotIP &event)
 
void _wifiOnDisconnect (const WiFiEventStationModeDisconnected &event)
 
void wifiSetup ()
 

Variables

WiFiEventHandler _wifi_connect_handler
 
WiFiEventHandler _wifi_disconnect_handler
 
Ticker _wifi_timer
 

Function Documentation

◆ _wifiOnConnect()

void _wifiOnConnect ( const WiFiEventStationModeGotIP &  event)

Definition at line 28 of file wifi.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _wifiOnDisconnect()

void _wifiOnDisconnect ( const WiFiEventStationModeDisconnected &  event)

Definition at line 34 of file wifi.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ wifiConnect()

void wifiConnect ( )

Definition at line 23 of file wifi.cpp.

Here is the caller graph for this function:

◆ wifiConnected()

bool wifiConnected ( )

Definition at line 19 of file wifi.cpp.

Here is the caller graph for this function:

◆ wifiSetup()

void wifiSetup ( )

Definition at line 40 of file wifi.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _wifi_connect_handler

WiFiEventHandler _wifi_connect_handler

Definition at line 15 of file wifi.cpp.

◆ _wifi_disconnect_handler

WiFiEventHandler _wifi_disconnect_handler

Definition at line 16 of file wifi.cpp.

◆ _wifi_timer

Ticker _wifi_timer

Definition at line 17 of file wifi.cpp.