|
RadioLib
Universal wireless communication library for Arduino
|
Structure to save result of passive WiFi scan. This result only saves the basic information. More...
#include <LR11x0_types.h>
Public Attributes | |
| char | type |
| WiFi (802.11) signal type, 'b', 'n' or 'g'. | |
| uint8_t | dataRateId |
| Data rate ID holding information about modulation and coding rate. See LR11x0 user manual for details. | |
| uint16_t | channelFreq |
| Channel frequency in MHz. | |
| uint8_t | origin |
| MAC address origin: from gateway (1), phone (2) or undetermined (3) | |
| bool | ap |
| Whether this signal was sent by an access point (true) or end device (false) | |
| float | rssi |
| RSSI in dBm. | |
| uint8_t | mac [RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN] |
| MAC address. | |
Structure to save result of passive WiFi scan. This result only saves the basic information.