iPXE
Data Fields
ieee80211_ie_power_capab Struct Reference

802.11 Power Capability information element More...

#include <ieee80211.h>

Data Fields

u8 id
 Power Capability ID: 33. More...
 
u8 len
 Power Capability length: 2. More...
 
u8 min_txpower
 Minimum possible TX power, dBm. More...
 
u8 max_txpower
 Maximum possible TX power, dBm. More...
 

Detailed Description

802.11 Power Capability information element

This is used in association request frames to indicate the extremes of our TX power abilities. It is required only if we indicate support for spectrum management.

Definition at line 722 of file ieee80211.h.

Field Documentation

◆ id

u8 ieee80211_ie_power_capab::id

Power Capability ID: 33.

Definition at line 723 of file ieee80211.h.

◆ len

u8 ieee80211_ie_power_capab::len

Power Capability length: 2.

Definition at line 724 of file ieee80211.h.

◆ min_txpower

u8 ieee80211_ie_power_capab::min_txpower

Minimum possible TX power, dBm.

Definition at line 725 of file ieee80211.h.

◆ max_txpower

u8 ieee80211_ie_power_capab::max_txpower

Maximum possible TX power, dBm.

Definition at line 726 of file ieee80211.h.


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