WiFi101 - WiFi.end()

Description

Turns off the WiFi module. If WiFi.begin() was used to connect to an access point, the connection will be disconnected. If WiFi.beginAP() was used before to create an access point, the WiFi.end() will stop listening it too.

Syntax

WiFi.end();

Parameters

none

Returns

nothing