Home
last modified time | relevance | path

Searched refs:WIFI_EVENT_STA_STOP (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/src/
Dwifi_default.c162 esp_event_handler_unregister(WIFI_EVENT, WIFI_EVENT_STA_STOP, wifi_default_action_sta_stop); in clear_default_wifi_handlers()
194 …err = esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_STA_STOP, wifi_default_action_sta_stop, NU… in set_default_wifi_handlers()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h872 WIFI_EVENT_STA_STOP, /**< Station stop */ enumerator