summaryrefslogtreecommitdiff
path: root/cesar/interface/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/interface/interface.h')
-rw-r--r--cesar/interface/interface.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/cesar/interface/interface.h b/cesar/interface/interface.h
index e9e995dfbc..2ec5d0b65e 100644
--- a/cesar/interface/interface.h
+++ b/cesar/interface/interface.h
@@ -38,8 +38,8 @@ typedef struct interface_t interface_t;
* crypted.
*/
typedef void
-(*interface_mme_recv_cb_t) (void *user_data, mfs_rx_t *mfs, u8 *buffer, uint length,
- void *mme_recv, bool encryption);
+(*interface_mme_recv_cb_t) (void *user_data, mfs_rx_t *mfs, u8 *buffer,
+ uint length, void *mme_recv, bool encryption);
/**
* Function to call when the interface receives a empty buffer.
@@ -90,14 +90,6 @@ interface_callback_init (interface_t *ctx, interface_mme_recv_cb_t mme_recv_cb,
interface_beacon_add_cb_t beacon_add_cb, void *user_data);
-/**
- * Configure the interface.
- * \param ctx the interface context.
- * \param data the data to configure the module of sub module.
- */
-void
-interface_configure (interface_t *ctx, u8 *data);
-
/** Receives an MME from the PWL or the HLE.
* \param ctx the interface context
* \param mfs the mfs from the one the MF comes if it comes from the PWL.