insert macs to list

This commit is contained in:
PolynomialDivision 2017-11-21 18:37:12 +01:00
parent 6eee1214a2
commit 1a2aa2c6e2
4 changed files with 77 additions and 2 deletions

View file

@ -13,9 +13,22 @@
#define ETH_ALEN 6
#endif
/* Mac */
// ---------------- Defines -------------------
#define MAC_LIST_LENGTH 100
// ---------------- Structs ----------------
uint8_t mac_list[MAC_LIST_LENGTH][ETH_ALEN];
// ---------------- Functions ----------
void insert_macs_from_file();
/* Metric */
struct probe_metric_s dawn_metric;
// ---------------- Structs ----------------
struct probe_metric_s {
int ht_support;