Searched refs:wifi_default_action_ap_stop (Results 1 – 1 of 1) sorted by relevance
118 static void wifi_default_action_ap_stop(void *arg, esp_event_base_t base, int32_t event_id, void *d… in wifi_default_action_ap_stop() function167 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()