Skip to content

class_tiny_gsm_wifi

Sara Damiano edited this page Sep 11, 2026 · 2 revisions

title: TinyGsmWifi

TinyGsmWifi (class)

Module: TinyGsmWifi

The CRTP parent class for WiFi functions.

#include <src/TinyGsmWifi.tpp>

WiFi functions

Public Functions

Name
bool networkConnect(const char * ssid, const char * pwd)
Connect to a WiFi network.
bool networkDisconnect()
Disconnect from the WiFi network.

Public Functions Documentation

WiFi functions

functionnetworkConnect

bool networkConnect(const char * ssid, const char * pwd)
  • Parameters:
    • ssid The SSID of the WiFi network
    • pwd The password of the WiFi network
  • Return: True if successfully connected to the WiFi network, false otherwise.

functionnetworkDisconnect

bool networkDisconnect()
  • Return: True if successfully disconnected from the WiFi network, false otherwise.

Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11

Clone this wiki locally