update wifi docs

This commit is contained in:
dongyou
2021-02-02 11:41:52 +08:00
parent 2b5cbcf852
commit fe76c53fec
3 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -6,15 +6,15 @@ Wi-Fi
Introduction
------------
The WiFi libraries provide support for configuring and monitoring the {IDF_TARGET_NAME} WiFi networking functionality. This includes configuration for:
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 WiFi client mode). {IDF_TARGET_NAME} connects to an access point.
- 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}.
- Combined AP-STA 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).
- Promiscuous mode for monitoring of IEEE802.11 WiFi packets.
- Promiscuous mode for monitoring of IEEE802.11 Wi-Fi packets.
Application Examples