OVMS3-idf/docs/en/api-reference/network/esp_wifi.rst

37 lines
1.2 KiB
ReStructuredText
Raw Normal View History

Wi-Fi
=====
2016-10-24 18:44:57 +00:00
:link_to_translation:`zh_CN:[中文]`
Introduction
------------
The WiFi libraries provide support for configuring and monitoring the ESP32 WiFi networking functionality. This includes configuration for:
- Station mode (aka STA mode or WiFi client mode). ESP32 connects to an access point.
- AP mode (aka Soft-AP mode or Access Point mode). Stations connect to the ESP32.
- Combined AP-STA mode (ESP32 is concurrently an access point and a station connected to another access point).
- Various security modes for the above (WPA, WPA2, WEP, etc.)
- Scanning for access points (active & passive scanning).
2019-04-29 02:53:42 +00:00
- Promiscuous mode for monitoring of IEEE802.11 WiFi packets.
Application Examples
--------------------
2019-04-29 02:53:42 +00:00
The :example:`wifi` directory of ESP-IDF examples contains the following applications:
2019-04-29 02:53:42 +00:00
Code examples for Wi-Fi are provided in the :example:`wifi` directory of ESP-IDF examples.
2016-10-24 18:44:57 +00:00
2019-04-29 02:53:42 +00:00
In addition, there is a simple `esp-idf-template <https://github.com/espressif/esp-idf-template>`_ application that shows how to connect ESP32 module to an Access Point.
2016-10-24 18:44:57 +00:00
API Reference
-------------
.. include:: /_build/inc/esp_wifi.inc
.. include:: /_build/inc/esp_wifi_types.inc