wip
[oweals/gnunet.git] / src / transport / plugin_transport_wlan.h
index 979e466bf9312b4e76097ab9dd8fdea5077d2e96..3baa4d79d032c7d891e98a314f37d584c60866f6 100644 (file)
@@ -108,12 +108,12 @@ static const uint8_t u8aIeeeHeader[] =
   };
 
 // gnunet bssid
-static const char mac_bssid[] =
-  { 0x13, 0x22, 0x33, 0x44, 0x55, 0x66 };
+static const struct MacAddress mac_bssid =
+  {  { 0x13, 0x22, 0x33, 0x44, 0x55, 0x66 } } ; 
 
 // broadcast mac
-static const char bc_all_mac[] =
-   { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
+static const struct MacAddress bc_all_mac =
+  { { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF } };
 
 
 /* this is the template radiotap header we send packets out with */