mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/avoid_ftm_initiator_mode_on_softap_v4.3' into 'release/v4.3'
Avoid ftm initiator mode on softap (Backport v4.3) See merge request espressif/esp-idf!21768
This commit is contained in:
@ -1187,7 +1187,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
|
||||
*
|
||||
|
Submodule components/esp_wifi/lib updated: 7f6aa72b18...d97259c9ee
Reference in New Issue
Block a user