mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
esp_wifi: implement wifi_reset_mac_wrapper
This commit is contained in:
@ -28,6 +28,7 @@
|
|||||||
#include "esp_event.h"
|
#include "esp_event.h"
|
||||||
#include "esp_heap_caps.h"
|
#include "esp_heap_caps.h"
|
||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
|
#include "esp_private/esp_modem_clock.h"
|
||||||
#include "esp_private/wifi_os_adapter.h"
|
#include "esp_private/wifi_os_adapter.h"
|
||||||
#include "esp_private/wifi.h"
|
#include "esp_private/wifi.h"
|
||||||
#include "esp_phy_init.h"
|
#include "esp_phy_init.h"
|
||||||
@ -297,9 +298,7 @@ static void IRAM_ATTR timer_arm_wrapper(void *timer, uint32_t tmout, bool repeat
|
|||||||
|
|
||||||
static void wifi_reset_mac_wrapper(void)
|
static void wifi_reset_mac_wrapper(void)
|
||||||
{
|
{
|
||||||
// TODO: IDF-5713
|
modem_clock_module_mac_reset(PERIPH_WIFI_MODULE);
|
||||||
modem_clock_wifi_mac_reset();
|
|
||||||
ESP_LOGW(TAG, "wifi_reset_mac_wrapper() has not been implemented yet");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void wifi_clock_enable_wrapper(void)
|
static void wifi_clock_enable_wrapper(void)
|
||||||
|
Reference in New Issue
Block a user