1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 20:24:26 +01:00

Added IEEE802_11::BROADCAST.

This commit is contained in:
Matias Fontanini
2011-08-23 12:03:49 -03:00
parent 730dcdea44
commit e323be12e6
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ namespace Tins {
public:
/**
* \brief Broadcast hardware address.
*/
static const uint8_t *BROADCAST;
/**
* \brief Enum for the different types of 802.11 frames.
*