![]() |
WE310F5
39.00.000
|
802.11 RAW frame. More...
#include <m2mb_wlan_driver.h>
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.
UINT8 addr1[M2MB_WLAN_MAC_LEN] |
Address 1.
Definition at line 637 of file m2mb_wlan_driver.h.
UINT8 addr2[M2MB_WLAN_MAC_LEN] |
Address 2.
Definition at line 638 of file m2mb_wlan_driver.h.
UINT8 addr3[M2MB_WLAN_MAC_LEN] |
Address 3.
Definition at line 639 of file m2mb_wlan_driver.h.
UINT8 addr4[M2MB_WLAN_MAC_LEN] |
Address 4.
Definition at line 640 of file m2mb_wlan_driver.h.
UINT32 channel |
Channel; 0 to 11. 0: Send on the current channel.
Definition at line 631 of file m2mb_wlan_driver.h.
UINT8* data |
Data.
Definition at line 643 of file m2mb_wlan_driver.h.
UINT32 data_Length |
Size of the data to be transmitted.
Definition at line 641 of file m2mb_wlan_driver.h.
M2MB_WLAN_RAW_MODE_HEADER_TYPE_E header_Type |
0: Beacon frame, 1: QoS data frame, 2: Four addresses data frame.
Definition at line 633 of file m2mb_wlan_driver.h.
UINT8 num_Tries |
Packet transmission count: 1 to 14.
Definition at line 628 of file m2mb_wlan_driver.h.
UINT32 payload_Size |
Payload size: 0 to 1400.
Definition at line 630 of file m2mb_wlan_driver.h.
UINT8 rate_Index |
0: 1 Mbps, 1: 2 Mbps, 2: 5.5 Mbps, etc.
Definition at line 626 of file m2mb_wlan_driver.h.
UINT16 seq |
Sequence number to be filled in the 802.11 header.
Definition at line 635 of file m2mb_wlan_driver.h.