lriot 2.1.0.0
|
Basic complete result structure. More...
#include <lr1110_modem_wifi_types.h>
Data Fields | |
lr1110_modem_wifi_datarate_info_byte_t | data_rate_info_byte |
Datarate info byte. | |
lr1110_modem_wifi_channel_info_byte_t | channel_info_byte |
Channel info byte. | |
int8_t | rssi |
RSSI of scanned signal. | |
lr1110_modem_wifi_frame_type_info_byte_t | frame_type_info_byte |
Frame type info byte. | |
lr1110_modem_wifi_mac_address_t | mac_address |
MAC address. | |
int16_t | phi_offset |
Phi offset. | |
uint32_t | timestamp_us_high |
Indicate the up-time of the Access Point transmitting the Beacon [us] - upper 32bits. | |
uint32_t | timestamp_us_low |
Indicate the up-time of the Access Point transmitting the Beacon [us] - lower 32bits. | |
uint16_t | beacon_period_tu |
Beacon period of the corresponding beacon received. | |
Basic complete result structure.
The beacon period is expressed in TU (Time Unit). 1 TU is 1024 microseconds.
uint16_t beacon_period_tu |
Beacon period of the corresponding beacon received.
lr1110_modem_wifi_channel_info_byte_t channel_info_byte |
Channel info byte.
lr1110_modem_wifi_datarate_info_byte_t data_rate_info_byte |
Datarate info byte.
lr1110_modem_wifi_frame_type_info_byte_t frame_type_info_byte |
Frame type info byte.
lr1110_modem_wifi_mac_address_t mac_address |
MAC address.
int16_t phi_offset |
Phi offset.
int8_t rssi |
RSSI of scanned signal.
uint32_t timestamp_us_high |
Indicate the up-time of the Access Point transmitting the Beacon [us] - upper 32bits.
uint32_t timestamp_us_low |
Indicate the up-time of the Access Point transmitting the Beacon [us] - lower 32bits.