Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/src/
Dwifi_default.c167 esp_event_handler_unregister(WIFI_EVENT, WIFI_EVENT_AP_STOP, wifi_default_action_ap_stop); in clear_default_wifi_handlers()
215 …err = esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_AP_STOP, wifi_default_action_ap_stop, NULL… in set_default_wifi_handlers()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h884 WIFI_EVENT_AP_STOP, /**< Soft-AP stop */ enumerator