Moep Library
2.0-nc
|
#include <stddef.h>
#include <moep/dev.h>
#include <moep/frame.h>
#include <moep/moep_hdr_ext.h>
#include <moep/ieee80211_frametypes.h>
#include <moep/modules/radio.h>
#include <moep/modules/unix.h>
Go to the source code of this file.
Data Structures | |
struct | moep80211_hdr |
Macros | |
#define | MOEP80211_FRAME_DISCRIMINATOR 0xff5e0000 |
Functions | |
void | moep_set_moep80211_discriminator (u32 d) |
set the moep80211 discriminator More... | |
moep_dev_t | moep_dev_moep80211_open (const char *devname, u32 freq, enum moep80211_chan_width chan_width, u32 freq1, u32 freq2, int mtu) |
open a moep80211 device More... | |
moep_dev_t | moep_dev_moep80211_unix_open (const char *devname, int mtu) |
open a moep80211 unix device More... | |
moep_frame_t | moep_frame_moep80211_create (void) |
create a moep80211 frame More... | |
moep_frame_t | moep_frame_moep80211_unix_create (void) |
create a moep80211 unix frame More... | |
struct moep80211_hdr * | moep_frame_moep80211_hdr (moep_frame_t frame) |
moep80211 header More... | |