2016-11-05 12:18:25 -04:00
Wi-Fi
=====
2016-10-24 14:44:57 -04:00
2019-05-15 09:05:44 -04:00
:link_to_translation:`zh_CN:[中文]`
2017-09-26 21:13:20 -04:00
Introduction
------------
2016-10-26 15:08:36 -04:00
2021-02-01 22:41:52 -05:00
The Wi-Fi libraries provide support for configuring and monitoring the {IDF_TARGET_NAME} Wi-Fi networking functionality. This includes configuration for:
2016-10-26 15:08:36 -04:00
2021-02-01 22:41:52 -05:00
- Station mode (aka STA mode or Wi-Fi client mode). {IDF_TARGET_NAME} connects to an access point.
2019-12-08 22:01:09 -05:00
- AP mode (aka Soft-AP mode or Access Point mode). Stations connect to the {IDF_TARGET_NAME}.
2021-11-26 02:33:32 -05:00
- Station/AP-coexistence mode ({IDF_TARGET_NAME} is concurrently an access point and a station connected to another access point).
2017-09-26 21:13:20 -04:00
- Various security modes for the above (WPA, WPA2, WEP, etc.)
- Scanning for access points (active & passive scanning).
2021-02-01 22:41:52 -05:00
- Promiscuous mode for monitoring of IEEE802.11 Wi-Fi packets.
2019-04-28 22:53:42 -04:00
2017-01-17 13:12:48 -05:00
2017-05-02 04:36:01 -04:00
Application Examples
--------------------
2016-10-26 15:08:36 -04:00
2022-08-19 06:41:57 -04: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 14:44:57 -04:00
2017-05-02 04:36:01 -04:00
API Reference
-------------
2016-11-05 12:18:25 -04:00
2019-11-12 22:46:16 -05:00
.. include-build-file :: inc/esp_wifi.inc
.. include-build-file :: inc/esp_wifi_types.inc