ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ControlEngine / iPhone / Classes / wifi.h
1 /*
2  *  wifi.h
3  *  ARDroneEngine
4  *
5  *  Created by f.dhaeyer on 30/03/11.
6  *  Copyright 2011 Parrot SA. All rights reserved.
7  *
8  */
9 #ifndef _WIFI_H_
10 #define _WIFI_H_
11
12 extern char iphone_mac_address[];
13
14 void get_iphone_mac_address(const char *itfName);
15
16 #endif // _WIFI_H_