mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-23 02:48:25 +00:00
esp_wifi: fix not update phy according to country code.
1. Fixed not update phy according to country code. 2. Fixed crashed when esp_wifi_set_ant_gpio() called 3. Fixed a bug when ftm used with ps enabled 4. Fixed a potential issue to allocate PSRAM to wifi stack where internal RAM is required 5. Fixed potential fail to scan AP after receiving disassoc/deauth from AP on esp32s2 y
This commit is contained in:
@@ -697,6 +697,8 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
|
||||
._wifi_apb80m_release = wifi_apb80m_release_wrapper,
|
||||
._phy_disable = esp_phy_disable,
|
||||
._phy_enable = esp_phy_enable,
|
||||
._phy_common_clock_enable = esp_phy_common_clock_enable,
|
||||
._phy_common_clock_disable = esp_phy_common_clock_disable,
|
||||
._phy_update_country_info = esp_phy_update_country_info,
|
||||
._read_mac = esp_read_mac,
|
||||
._timer_arm = timer_arm_wrapper,
|
||||
|
Reference in New Issue
Block a user