mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
368dca0d84
1. Update wifi security mode 2. Fix association refused temporarily comeback time set to zero issue 3. Vnd ie callback can be set to null
35 lines
1.1 KiB
ReStructuredText
35 lines
1.1 KiB
ReStructuredText
Wi-Fi
|
||
=====
|
||
|
||
:link_to_translation:`zh_CN:[中文]`
|
||
|
||
Introduction
|
||
------------
|
||
|
||
The Wi-Fi libraries provide support for configuring and monitoring the {IDF_TARGET_NAME} Wi-Fi networking functionality. This includes configuration for:
|
||
|
||
- 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, WPA3, etc.)
|
||
- Scanning for access points (active & passive scanning).
|
||
- Promiscuous mode for monitoring of IEEE802.11 Wi-Fi packets.
|
||
|
||
|
||
Application Examples
|
||
--------------------
|
||
|
||
The :example:`wifi` directory of ESP-IDF examples contains the following applications:
|
||
|
||
* Code examples for Wi-Fi.
|
||
|
||
* A simple `esp-idf-template <https://github.com/espressif/esp-idf-template>`_ application to demonstrate a minimal IDF project structure.
|
||
|
||
|
||
API Reference
|
||
-------------
|
||
|
||
.. include-build-file:: inc/esp_wifi.inc
|
||
.. include-build-file:: inc/esp_wifi_types.inc
|