aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan/helper_common.h
blob: 71c3e1b9b04026cfef84dc3cd7a7859f36c11669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * helper_common.h
 *
 *  Created on: 28.03.2011
 *      Author: david
 */

#ifndef HELPER_COMMON_H_
#define HELPER_COMMON_H_

int getFrequencyFromChannel(int channel);
int getChannelFromFrequency(int frequency);
int send_mac_to_plugin(char * buffer, uint8_t * mac);

#endif /* HELPER_COMMON_H_ */