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

31 wiersze
1.1 KiB
ReStructuredText
Czysty Zwykły widok Historia

Wi-Fi
=====
2016-10-24 18:44:57 +00:00
:link_to_translation:`zh_CN:[中文]`
Introduction
------------
2021-02-02 03:41:52 +00:00
The Wi-Fi libraries provide support for configuring and monitoring the {IDF_TARGET_NAME} Wi-Fi networking functionality. This includes configuration for:
2021-02-02 03:41:52 +00:00
- Station mode (aka STA mode or Wi-Fi client mode). {IDF_TARGET_NAME} connects to an access point.
- AP mode (aka Soft-AP mode or Access Point mode). Stations connect to the {IDF_TARGET_NAME}.
- Station/AP-coexistence mode ({IDF_TARGET_NAME} 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).
2021-02-02 03:41:52 +00:00
- Promiscuous mode for monitoring of IEEE802.11 Wi-Fi packets.
2019-04-29 02:53:42 +00:00
Application Examples
--------------------
2022-08-19 10:41:57 +00:00
Several application examples demonstrating the functionality of Wi-Fi library are provided in :example:`wifi` directory of ESP-IDF repository. Please check the :example_file:`README <wifi/README.md>` for more details.
2016-10-24 18:44:57 +00:00
API Reference
-------------
.. include-build-file:: inc/esp_wifi.inc
.. include-build-file:: inc/esp_wifi_types.inc