550ebda6f3b305c203e2de761b49563997006c62
[oweals/gnunet.git] / src / transport / wlan / helper_common.h
1 /*
2  * helper_common.h
3  *
4  *  Created on: 28.03.2011
5  *      Author: david
6  */
7
8 #ifndef HELPER_COMMON_H_
9 #define HELPER_COMMON_H_
10
11 int getFrequencyFromChannel (int channel);
12 int getChannelFromFrequency (int frequency);
13 int send_mac_to_plugin (char *buffer, uint8_t * mac);
14
15 #endif /* HELPER_COMMON_H_ */