aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 628ec85c2..7f6668cd3 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -30,9 +30,14 @@
30#include <stdint.h> 30#include <stdint.h>
31#include "gnunet_common.h" 31#include "gnunet_common.h"
32 32
33/**
34 * Number fo bytes in a mac address.
35 */
36#define MAC_ADDR_SIZE 6
37
33struct MacAddress 38struct MacAddress
34{ 39{
35 u_int8_t mac[6]; 40 uint8_t mac[MAC_ADDR_SIZE];
36}; 41};
37 42
38struct Wlan_Helper_Control_Message 43struct Wlan_Helper_Control_Message