aboutsummaryrefslogtreecommitdiff
path: root/src/transport/wlan/helper_common.h
blob: 550ebda6f3b305c203e2de761b49563997006c62 (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_ */