Home / References / ESP32 Library / WiFi API
The WiFiScan class in the ESP32 WiFi Library allows you to scan for available Wi-Fi networks in your vicinity. By using this class, you can detect all the nearby networks, retrieve information like signal strength and network SSID, and choose the best available network for your project.
This is an essential feature for dynamic network-based applications where detecting and selecting networks based on signal strength is critical. On this page, you’ll find all the methods for utilizing WiFiScan in your ESP32 projects.
- scanNetworks – Scan for available Wi-Fi networks.
- scanComplete – check the status of an asynchronous WiFi scan.
- scanDelete – Clear the results of a previous Wi-Fi network scan from memory.
- getNetworkInfo – Retrieve detailed information about a specific WiFi.
- setScanActiveMinTime – Set the time that the ESP32 scanning WiFi
ESP32 Library Index
- ESP32 WiFi Library
- ESP32 WiFiClient Library
- ESP32 HTTPClient Library
- ESP32 WiFiClientSecure Library
- ESP32 WebServer Library
- Which ESP32 Boards are Recommended for Learners
- How to Copy Codes from AvantMaker.com
- What is SPIFFS and how to upload files to it?
- What is LIttleFS and how to upload files to it?
Ready to experiment and explore more about ESP32? Visit our website’s All About ESP32 Resources Hub, packed with tutorials, guides, and tools to inspire your maker journey. Experiment, explore, and elevate your skills with everything you need to master this powerful microcontroller platform!