diff --git a/src/ap.h b/src/ap.h index e07d68e2..b8703a70 100644 --- a/src/ap.h +++ b/src/ap.h @@ -20,15 +20,8 @@ * */ -enum ap_event { - AP_EVENT_STARTED, - AP_EVENT_STOPPED, -}; - struct device; -typedef void (*ap_event_cb_t)(struct device *device, enum ap_event event_type); - bool ap_add_interface(struct device *device); bool ap_remove_interface(struct device *device);