17#ifndef INCLUDED_IEEE802_11_MAC_H
18#define INCLUDED_IEEE802_11_MAC_H
20#include <gnuradio/block.h>
29 typedef std::shared_ptr<mac>
sptr;
31 std::vector<uint8_t> dst_mac,
32 std::vector<uint8_t> bss_mac);
#define IEEE802_11_API
Definition api.h:19
static sptr make(std::vector< uint8_t > src_mac, std::vector< uint8_t > dst_mac, std::vector< uint8_t > bss_mac)
std::shared_ptr< mac > sptr
Definition mac.h:29
Definition chunks_to_symbols.h:24
Definition chunks_to_symbols.h:23