mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-02 19:26:35 +03:00
fix(wifi): Update bss max idle timer and add other fixes
This commit is contained in:
@@ -81,7 +81,7 @@ tsf_hal_set_tbtt_start_time = 0x40001f38;
|
||||
ieee80211_ampdu_reorder = 0x40001fb0;
|
||||
ieee80211_encap_esfbuf = 0x40001fb8;
|
||||
ieee80211_output_process = 0x40001fc4;
|
||||
sta_input = 0x40001fcc;
|
||||
/* sta_input = 0x40001fcc; */
|
||||
ieee80211_classify = 0x40001fe0;
|
||||
ieee80211_crypto_decap = 0x40001ff8;
|
||||
ieee80211_ccmp_decrypt = 0x4000200c;
|
||||
|
||||
@@ -171,7 +171,7 @@ esp_err_t esp_wifi_softap_add_color_change_announcement(uint8_t color);
|
||||
* @attention This API should be called after esp_wifi_start().
|
||||
*
|
||||
* @param[in] bss_max_idle_enable enable bss max idle
|
||||
* @param[in] bss_max_idle_period_secs bss max idle period, unit seconds
|
||||
* @param[in] bss_max_idle_period_secs bss max idle period, unit seconds. Minimum value will be 10
|
||||
* @param[in] protected_keep_alive using protected/unprotected frame to keep alive
|
||||
*
|
||||
* @return
|
||||
|
||||
Submodule components/esp_wifi/lib updated: 4d85f82961...7ad48c7239
Reference in New Issue
Block a user