26 #ifndef __MOEP80211_MODULES_IEEE80211_H
27 #define __MOEP80211_MODULES_IEEE80211_H
31 #include <moep/ieee80211_frametypes.h>
39 u8 addr1[IEEE80211_ALEN];
40 u8 addr2[IEEE80211_ALEN];
41 u8 addr3[IEEE80211_ALEN];
43 u8 addr4[IEEE80211_ALEN];
46 } __attribute__((packed));
79 u32 freq1, u32 freq2,
int mtu);
struct moep_frame * moep_frame_t
a moep frame
Definition: frame.h:45
moep_dev_t moep_dev_ieee80211_open(const char *devname, u32 freq, enum moep80211_chan_width chan_width, u32 freq1, u32 freq2, int mtu)
open an ieee80211 device
moep80211_chan_width
channel width definition
Definition: radio.h:37
moep_frame_t moep_frame_ieee80211_create(void)
create a ieee80211 frame
struct moep_dev * moep_dev_t
a moep device
Definition: dev.h:46
struct ieee80211_hdr_gen * moep_frame_ieee80211_hdr(moep_frame_t frame)
ieee80211 header
Definition: ieee80211.h:36