71c3e1b9b04026cfef84dc3cd7a7859f36c11669
[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_ */