#include <cstdio>#include <string>#include <map>#include <vector>#include <iwlib.h>#include <ros/ros.h>#include <ros/time.h>#include <ros/console.h>#include <wifi_scan/Fingerprint.h>

Go to the source code of this file.
Classes | |
| struct | WifiScan::DeviceAddressCompare |
| struct | WifiScan::iwmask_name |
| Bit to name mapping. More... | |
| struct | WifiScan::iwscan_state |
| Scan state and meta-information, used to decode events. More... | |
| class | WifiScan |
| The wifi_scan main class. More... | |
Defines | |
| #define | SCAN_CHANNELS_ALLOCATION_FAILED -3 |
| #define | SCAN_CHANNELS_FAILED_TO_READ -4 |
| #define | SCAN_CHANNELS_NO_SCAN_SUPPORT -1 |
| #define | SCAN_CHANNELS_PROBLEMS_PROCESSING -5 |
| #define | SCAN_CHANNELS_UNHANDLED_SIGNAL -2 |
| #define | WIFISCAN_ERROR_GETTING_BASIC_INFO -4 |
| #define | WIFISCAN_ERROR_GETTING_RANGE_INFO -3 |
| #define | WIFISCAN_ERROR_IN_IW_SCAN -2 |
| #define | WIFISCAN_ERROR_OPENING_IOCTL_SOCKET -1 |
| #define SCAN_CHANNELS_ALLOCATION_FAILED -3 |
Definition at line 43 of file wifiscan.h.
| #define SCAN_CHANNELS_FAILED_TO_READ -4 |
Definition at line 44 of file wifiscan.h.
| #define SCAN_CHANNELS_NO_SCAN_SUPPORT -1 |
Definition at line 41 of file wifiscan.h.
| #define SCAN_CHANNELS_PROBLEMS_PROCESSING -5 |
Definition at line 45 of file wifiscan.h.
| #define SCAN_CHANNELS_UNHANDLED_SIGNAL -2 |
Definition at line 42 of file wifiscan.h.
| #define WIFISCAN_ERROR_GETTING_BASIC_INFO -4 |
Definition at line 39 of file wifiscan.h.
| #define WIFISCAN_ERROR_GETTING_RANGE_INFO -3 |
Definition at line 38 of file wifiscan.h.
| #define WIFISCAN_ERROR_IN_IW_SCAN -2 |
Definition at line 37 of file wifiscan.h.
| #define WIFISCAN_ERROR_OPENING_IOCTL_SOCKET -1 |
Definition at line 36 of file wifiscan.h.