wifi8 2.0.0.0
|
#include <wifi8_types.h>
Data Fields | |
uint8_t | u8_frame_type |
uint8_t | u8_frame_subtype |
uint8_t | u8_service_class |
uint8_t | u8_priority |
uint8_t | u8_header_length |
uint8_t | u8_cipher_type |
uint8_t | au8_src_mac_address [6] |
uint8_t | au8_dst_mac_address [6] |
uint8_t | au8bssid [6] |
uint16_t | u16_data_length |
uint16_t | u16_frame_length |
uint32_t | u32_data_rate_kbps |
int8_t | s8rssi |
uint8_t | __pad24__ [3] |
uint8_t __pad24__[3] |
padding bytes for forcing 4-byte alignment
uint8_t au8_dst_mac_address[6] |
zero means do not filter destination address.
uint8_t au8_src_mac_address[6] |
zero means do not filter source address.
uint8_t au8bssid[6] |
zero means do not filter bssid.
int8_t s8rssi |
rssi.
uint16_t u16_data_length |
data payload length (header excluded).
uint16_t u16_frame_length |
total frame length (header + data).
uint32_t u32_data_rate_kbps |
data rate in kbps.
uint8_t u8_cipher_type |
encryption type for the rx packet.
uint8_t u8_frame_subtype |
it must use values from tenu_sub_types.
uint8_t u8_frame_type |
it must use values from tenu_wifi_frame_type.
uint8_t u8_header_length |
frame header length.
uint8_t u8_priority |
priority from wi-fi header.
uint8_t u8_service_class |
service class from wi-fi header.