Skip to content

Commit

Permalink
esp_wifi:Update wifi libs
Browse files Browse the repository at this point in the history
1. Avoid ftm initiator mode on softap
2. Fix home channel issue in ftm for apsta mode
3. Fix int overflow for T1-T4 counter variable
  • Loading branch information
gspatankar committed Dec 22, 2022
1 parent 490216a commit 002e21b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/esp_wifi/include/esp_wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,9 @@ esp_err_t esp_wifi_set_rssi_threshold(int32_t rssi);
* @brief Start an FTM Initiator session by sending FTM request
* If successful, event WIFI_EVENT_FTM_REPORT is generated with the result of the FTM procedure
*
* @attention Use this API only in Station mode
* @attention 1. Use this API only in Station mode.
* @attention 2. If FTM is initiated on a different channel than Station is connected in or internal SoftAP is started in,
* FTM defaults to a single burst in ASAP mode.
*
* @param cfg FTM Initiator session configuration
*
Expand Down

0 comments on commit 002e21b

Please sign in to comment.