aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan/helper_common.h
blob: 9d53176c6f9a3644cd1e8e34b5cbdaa10bd5ee4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * helper_common.h
 *
 *  Created on: 28.03.2011
 *      Author: david
 */

#ifndef HELPER_COMMON_H_
#define HELPER_COMMON_H_

int
send_mac_to_plugin (char *buffer, uint8_t * mac);


#define MAXLINE 4096

struct sendbuf
{
  unsigned int pos;
  unsigned int size;
  char buf[MAXLINE * 2];
};

#endif /* HELPER_COMMON_H_ */