#include <wifi_stumbler.h>
Public Member Functions | |
| void | checkDuplication () |
| wifi_tools::WifiData | getData () |
| bool | initialize (std::string wlan_if) |
| void | setFrame (std::string frame_id) |
| bool | stumble () |
| WifiStumbler () | |
| ~WifiStumbler () | |
Public Attributes | |
| std::string | frame_id_ |
| iw_range | range_ |
| wifi_tools::WifiData | wifi_stumble_ |
| std::string | wlan_if_ |
| int | wlan_sock_ |
Definition at line 41 of file wifi_stumbler.h.
Definition at line 34 of file wifi_stumbler.cpp.
Definition at line 40 of file wifi_stumbler.cpp.
| void WifiStumbler::checkDuplication | ( | ) |
Definition at line 228 of file wifi_stumbler.cpp.
| wifi_tools::WifiData WifiStumbler::getData | ( | ) |
Definition at line 47 of file wifi_stumbler.cpp.
| bool WifiStumbler::initialize | ( | std::string | wlan_if | ) |
Definition at line 61 of file wifi_stumbler.cpp.
| void WifiStumbler::setFrame | ( | std::string | frame_id | ) |
Definition at line 54 of file wifi_stumbler.cpp.
| bool WifiStumbler::stumble | ( | ) |
Definition at line 75 of file wifi_stumbler.cpp.
| std::string WifiStumbler::frame_id_ |
Definition at line 54 of file wifi_stumbler.h.
| iw_range WifiStumbler::range_ |
Definition at line 52 of file wifi_stumbler.h.
| wifi_tools::WifiData WifiStumbler::wifi_stumble_ |
Definition at line 56 of file wifi_stumbler.h.
| std::string WifiStumbler::wlan_if_ |
Definition at line 53 of file wifi_stumbler.h.
Definition at line 55 of file wifi_stumbler.h.