lriot 2.1.0.0
|
Extended full 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. | |
uint8_t | rate |
Rate index. | |
uint16_t | service |
Service value. | |
uint16_t | length |
Length of MPDU (in microseconds for WiFi B, bytes for WiFi G) | |
uint16_t | frame_control |
Frame Control structure. | |
lr1110_modem_wifi_mac_address_t | mac_address_1 |
First MAC address of the frame. | |
lr1110_modem_wifi_mac_address_t | mac_address_2 |
Second MAC address of the frame. | |
lr1110_modem_wifi_mac_address_t | mac_address_3 |
Third MAC address of the frame. | |
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 |
uint16_t | seq_control |
Sequence Control value. | |
uint8_t | ssid_bytes [LR1110_MODEM_WIFI_RESULT_SSID_LENGTH] |
uint8_t | current_channel |
Current channel indicated in the Wi-Fi frame. | |
uint16_t | country_code |
Country Code. | |
uint8_t | io_regulation |
Input Output Regulation. | |
lr1110_modem_wifi_fcs_info_byte_t | fcs_check_byte |
int16_t | phi_offset |
Phi offset. | |
Extended full result structure.
The beacon period is expressed in TU (Time Unit). 1 TU is 1024 microseconds.
uint16_t beacon_period_tu |
lr1110_modem_wifi_channel_info_byte_t channel_info_byte |
Channel info byte.
uint16_t country_code |
Country Code.
uint8_t current_channel |
Current channel indicated in the Wi-Fi frame.
lr1110_modem_wifi_datarate_info_byte_t data_rate_info_byte |
Datarate info byte.
lr1110_modem_wifi_fcs_info_byte_t fcs_check_byte |
uint16_t frame_control |
Frame Control structure.
uint8_t io_regulation |
Input Output Regulation.
uint16_t length |
Length of MPDU (in microseconds for WiFi B, bytes for WiFi G)
lr1110_modem_wifi_mac_address_t mac_address_1 |
First MAC address of the frame.
lr1110_modem_wifi_mac_address_t mac_address_2 |
Second MAC address of the frame.
lr1110_modem_wifi_mac_address_t mac_address_3 |
Third MAC address of the frame.
int16_t phi_offset |
Phi offset.
uint8_t rate |
Rate index.
int8_t rssi |
RSSI of scanned signal.
uint16_t seq_control |
Sequence Control value.
uint16_t service |
Service value.
uint8_t ssid_bytes[LR1110_MODEM_WIFI_RESULT_SSID_LENGTH] |
Service Set IDentifier
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.