WifiOSX.h
Go to the documentation of this file.
00001 /*
00002  * WifiOSX.h
00003  *
00004  *  Created on: Mar 26, 2015
00005  *      Author: mathieu
00006  */
00007 
00008 #ifndef WIFIOSX_H_
00009 #define WIFIOSX_H_
00010 
00011 #include <string>
00012 #include <vector>
00013 
00014 struct AccessPoint
00015 {
00016     std::string ssid;
00017     std::string bssid;
00018     int rssi;
00019 };
00020 
00021 int getRssi(const std::string& interfaceName);
00022 std::vector<AccessPoint> scanAir(const std::string& interfaceName);
00023 
00024 
00025 #endif /* WIFIOSX_H_ */


rtabmap
Author(s): Mathieu Labbe
autogenerated on Fri Aug 28 2015 12:51:42