mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp_wifi: backport some wifi bugs 0323
1,Reduce WiFi bin size 2,Add TX packets size check 3,Fix scan get rssi error 4,Add wifi stop check at WiFi deinit entry 5,coex adjust scheme when bt is connected status 6,Return fail when setting AP's channel is out of range 7,Fix the bug for setting channel when WiFi in NULL mode
This commit is contained in:
@@ -588,6 +588,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
|
||||
._get_time = get_time_wrapper,
|
||||
._random = os_random,
|
||||
._log_write = esp_log_write,
|
||||
._log_writev = esp_log_writev,
|
||||
._log_timestamp = esp_log_timestamp,
|
||||
._malloc_internal = malloc_internal_wrapper,
|
||||
._realloc_internal = realloc_internal_wrapper,
|
||||
|
Reference in New Issue
Block a user