WE310F5  39.00.000
M2MB_WLAN_RAW_SEND_PARAMS_S Struct Reference

802.11 RAW frame. More...

#include <m2mb_wlan_driver.h>

Data Fields

UINT8 rate_Index
 
UINT8 num_Tries
 
UINT32 payload_Size
 
UINT32 channel
 
M2MB_WLAN_RAW_MODE_HEADER_TYPE_E header_Type
 
UINT16 seq
 
UINT8 addr1 [M2MB_WLAN_MAC_LEN]
 
UINT8 addr2 [M2MB_WLAN_MAC_LEN]
 
UINT8 addr3 [M2MB_WLAN_MAC_LEN]
 
UINT8 addr4 [M2MB_WLAN_MAC_LEN]
 
UINT32 data_Length
 
UINT8data
 

Detailed Description

802.11 RAW frame.

Data structure that the application is to pass when invoking m2mb_wlan_send_raw_packet() to transmit a raw frame.

Definition at line 624 of file m2mb_wlan_driver.h.

Field Documentation

◆ addr1

Address 1.

Definition at line 637 of file m2mb_wlan_driver.h.

◆ addr2

Address 2.

Definition at line 638 of file m2mb_wlan_driver.h.

◆ addr3

Address 3.

Definition at line 639 of file m2mb_wlan_driver.h.

◆ addr4

Address 4.

Definition at line 640 of file m2mb_wlan_driver.h.

◆ channel

UINT32 channel

Channel; 0 to 11. 0: Send on the current channel.

Definition at line 631 of file m2mb_wlan_driver.h.

◆ data

UINT8* data

Data.

Definition at line 643 of file m2mb_wlan_driver.h.

◆ data_Length

UINT32 data_Length

Size of the data to be transmitted.

Definition at line 641 of file m2mb_wlan_driver.h.

◆ header_Type

0: Beacon frame, 1: QoS data frame, 2: Four addresses data frame.

Definition at line 633 of file m2mb_wlan_driver.h.

◆ num_Tries

UINT8 num_Tries

Packet transmission count: 1 to 14.

Definition at line 628 of file m2mb_wlan_driver.h.

◆ payload_Size

UINT32 payload_Size

Payload size: 0 to 1400.

Definition at line 630 of file m2mb_wlan_driver.h.

◆ rate_Index

UINT8 rate_Index

0: 1 Mbps, 1: 2 Mbps, 2: 5.5 Mbps, etc.

Definition at line 626 of file m2mb_wlan_driver.h.

◆ seq

UINT16 seq

Sequence number to be filled in the 802.11 header.

Definition at line 635 of file m2mb_wlan_driver.h.


The documentation for this struct was generated from the following file: