iPXE
Data Fields
ieee80211_ie_ds_param Struct Reference

802.11 Direct Spectrum parameter information element More...

#include <ieee80211.h>

Data Fields

u8 id
 DS parameter ID: 3. More...
 
u8 len
 DS parameter length: 1. More...
 
u8 current_channel
 Current channel number, 1-14. More...
 

Detailed Description

802.11 Direct Spectrum parameter information element

This just contains the channel number. It has the fancy name because IEEE 802.11 also defines a frequency-hopping PHY that changes channels at regular intervals following a predetermined pattern; in practice nobody uses the FH PHY.

Definition at line 613 of file ieee80211.h.

Field Documentation

◆ id

u8 ieee80211_ie_ds_param::id

DS parameter ID: 3.

Definition at line 614 of file ieee80211.h.

◆ len

u8 ieee80211_ie_ds_param::len

DS parameter length: 1.

Definition at line 615 of file ieee80211.h.

◆ current_channel

u8 ieee80211_ie_ds_param::current_channel

Current channel number, 1-14.

Definition at line 616 of file ieee80211.h.

Referenced by net80211_process_ie().


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