iPXE
Data Fields
ieee80211_rts Struct Reference

16-byte RTS frame format, with abbreviated header More...

#include <ieee80211.h>

Data Fields

u16 fc
 802.11 Frame Control field More...
 
u16 duration
 Microseconds to reserve link. More...
 
u8 addr1 [ETH_ALEN]
 Address 1 (immediate receiver) More...
 
u8 addr2 [ETH_ALEN]
 Address 2 (immediate sender) More...
 

Detailed Description

16-byte RTS frame format, with abbreviated header

Definition at line 350 of file ieee80211.h.

Field Documentation

◆ fc

u16 ieee80211_rts::fc

802.11 Frame Control field

Definition at line 352 of file ieee80211.h.

◆ duration

u16 ieee80211_rts::duration

Microseconds to reserve link.

Definition at line 353 of file ieee80211.h.

◆ addr1

u8 ieee80211_rts::addr1[ETH_ALEN]

Address 1 (immediate receiver)

Definition at line 354 of file ieee80211.h.

◆ addr2

u8 ieee80211_rts::addr2[ETH_ALEN]

Address 2 (immediate sender)

Definition at line 355 of file ieee80211.h.


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