iPXE
Macros
RF bands on which an 802.11 device can transmit

Macros

#define NET80211_BAND_2GHZ   0
 The 2.4 GHz ISM band, unlicensed in most countries. More...
 
#define NET80211_BAND_5GHZ   1
 The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted. More...
 
#define NET80211_NR_BANDS   2
 Number of RF bands. More...
 
#define NET80211_BAND_BIT_2GHZ   (1 << 0)
 Bitmask for the 2GHz band. More...
 
#define NET80211_BAND_BIT_5GHZ   (1 << 1)
 Bitmask for the 5GHz band. More...
 

Detailed Description

Macro Definition Documentation

◆ NET80211_BAND_2GHZ

#define NET80211_BAND_2GHZ   0

The 2.4 GHz ISM band, unlicensed in most countries.

Definition at line 45 of file net80211.h.

◆ NET80211_BAND_5GHZ

#define NET80211_BAND_5GHZ   1

The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted.

Definition at line 47 of file net80211.h.

◆ NET80211_NR_BANDS

#define NET80211_NR_BANDS   2

Number of RF bands.

Definition at line 49 of file net80211.h.

◆ NET80211_BAND_BIT_2GHZ

#define NET80211_BAND_BIT_2GHZ   (1 << 0)

Bitmask for the 2GHz band.

Definition at line 52 of file net80211.h.

◆ NET80211_BAND_BIT_5GHZ

#define NET80211_BAND_BIT_5GHZ   (1 << 1)

Bitmask for the 5GHz band.

Definition at line 54 of file net80211.h.