Skip to content

Commit

Permalink
fix(wifi): Add bugfixes and improvements
Browse files Browse the repository at this point in the history
1. Update wifi security mode
2. Add check for memory allocation in tx buffers
3. Fix association refused temporarily comeback time set to zero issue
4. Vnd ie callback can be set to null
  • Loading branch information
zhangyanjiaoesp committed Jul 20, 2023
1 parent 6900837 commit a803c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/api-reference/network/esp_wifi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Wi-Fi libraries provide support for configuring and monitoring the {IDF_TARG
- 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 (WPA2, WPA3, etc.)
- 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/api-reference/network/esp_wifi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Wi-Fi 库支持配置及监控 {IDF_TARGET_NAME} Wi-Fi 连网功能。
- AP 模式(即 Soft-AP 模式或接入点模式),此时基站连接到 {IDF_TARGET_NAME}。
- AP-STA 共存模式({IDF_TARGET_NAME} 既是接入点,同时又作为基站连接到另外一个接入点)。

- 上述模式的各种安全模式(WPA2、WPA3 等)。
- 上述模式的各种安全模式(WPA、WPA2、WPA3 等)。
- 扫描接入点(包括主动扫描及被动扫描)。
- 使用混杂模式监控 IEEE802.11 Wi-Fi 数据包。

Expand Down

0 comments on commit a803c50

Please sign in to comment.