esp_wifi:Update wifi libs

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
This commit is contained in:
gauri patankar
2022-12-22 11:47:54 +05:30
parent 78e9a38ef4
commit a744595440
2 changed files with 4 additions and 2 deletions

View File

@ -1181,7 +1181,9 @@ esp_err_t esp_wifi_set_rssi_threshold(int32_t rssi);
* @brief Start an FTM Initiator session by sending FTM request * @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 * 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 * @param cfg FTM Initiator session configuration
* *