Searched refs:WIFI_EVENT_STA_STOP (Results 1 – 2 of 2) sorted by relevance
162 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()
872 WIFI_EVENT_STA_STOP, /**< Station stop */ enumerator