Moep Library
2.0-nc
|
Go to the source code of this file.
Enumerations | |
enum | moep80211_chan_width { MOEP80211_CHAN_WIDTH_20_NOHT, MOEP80211_CHAN_WIDTH_20, MOEP80211_CHAN_WIDTH_40, MOEP80211_CHAN_WIDTH_80, MOEP80211_CHAN_WIDTH_80P80, MOEP80211_CHAN_WIDTH_160 } |
channel width definition More... | |
Functions | |
moep_dev_t | moep_dev_radio_open (const char *devname, u32 freq, enum moep80211_chan_width chan_width, u32 freq1, u32 freq2, int mtu, struct moep_frame_ops *l2_ops) |
open a radio device More... | |
moep_frame_t | moep_frame_radio_create (struct moep_frame_ops *l2_ops) |
create a radio frame More... | |
struct moep80211_radiotap * | moep_frame_radiotap (moep_frame_t frame) |
radiotap header More... | |