Searched refs:WIFI_EVENT_STA_START (Results 1 – 2 of 2) sorted by relevance
161 esp_event_handler_unregister(WIFI_EVENT, WIFI_EVENT_STA_START, wifi_default_action_sta_start); in clear_default_wifi_handlers()189 …err = esp_event_handler_register(WIFI_EVENT, WIFI_EVENT_STA_START, wifi_default_action_sta_start, … in set_default_wifi_handlers()
871 WIFI_EVENT_STA_START, /**< Station start */ enumerator