summaryrefslogtreecommitdiff
path: root/cesar/tools/sniffer_phy/src/mme.c
blob: f465ad2f3cc71fd2c90e3fbb600ef3fb2afb9762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* Cesar project {{{
 *
 * Copyright (C) 2010 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    src/mme.c
 * \brief   MME encoding/decoding.
 * \ingroup sniffer_phy
 *
 * Receive setup MME and send confirmation MME and sniffer MME.
 */
#include "common/std.h"

#include "inc/context.h"

void
mme_init (sniffer_phy_t *ctx)
{
}

void
mme_handle (sniffer_phy_t *ctx, const u8 *buffer, uint length)
{
}

void
mme_report_mpdu (sniffer_phy_t *ctx, lowlevel_rx_t *rx)
{
}