iPXE
Macros
Constants for the net80211 config callback

Macros

#define NET80211_CFG_CHANNEL   (1 << 0)
 Channel choice (dev->channel) or regulatory parameters have changed. More...
 
#define NET80211_CFG_RATE   (1 << 1)
 Requested transmission rate (dev->rate) has changed. More...
 
#define NET80211_CFG_ASSOC   (1 << 2)
 Association has been established with a new BSS (dev->bssid) More...
 
#define NET80211_CFG_PHY_PARAMS   (1 << 3)
 Low-level link parameters (short preamble, protection, etc) have changed. More...
 

Detailed Description

Macro Definition Documentation

◆ NET80211_CFG_CHANNEL

#define NET80211_CFG_CHANNEL   (1 << 0)

Channel choice (dev->channel) or regulatory parameters have changed.

Definition at line 81 of file net80211.h.

◆ NET80211_CFG_RATE

#define NET80211_CFG_RATE   (1 << 1)

Requested transmission rate (dev->rate) has changed.

Definition at line 84 of file net80211.h.

◆ NET80211_CFG_ASSOC

#define NET80211_CFG_ASSOC   (1 << 2)

Association has been established with a new BSS (dev->bssid)

Definition at line 87 of file net80211.h.

◆ NET80211_CFG_PHY_PARAMS

#define NET80211_CFG_PHY_PARAMS   (1 << 3)

Low-level link parameters (short preamble, protection, etc) have changed.

Definition at line 90 of file net80211.h.