|
iPXE
|
Macros | |
| #define | NET80211_BAND_2GHZ 0 |
| The 2.4 GHz ISM band, unlicensed in most countries. | |
| #define | NET80211_BAND_5GHZ 1 |
| The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted. | |
| #define | NET80211_NR_BANDS 2 |
| Number of RF bands. | |
| #define | NET80211_BAND_BIT_2GHZ (1 << 0) |
| Bitmask for the 2GHz band. | |
| #define | NET80211_BAND_BIT_5GHZ (1 << 1) |
| Bitmask for the 5GHz band. | |
| #define NET80211_BAND_2GHZ 0 |
The 2.4 GHz ISM band, unlicensed in most countries.
Definition at line 45 of file net80211.h.
Referenced by ath5k_copy_channels(), ath5k_hw_write_rate_duration(), ath5k_setcurmode(), ath5k_setup_bands(), ath9k_cmn_update_ichannel(), ath9k_hw_ani_cck_err_trigger_old(), ath9k_hw_ani_ofdm_err_trigger_old(), ath9k_hw_get_nf_thresh(), ath9k_hw_init_global_settings(), ath9k_hw_set_clockrate(), ath9k_init_channels_rates(), ath9k_init_txpower_limits(), ath_buf_set_rate(), ath_regd_get_band_ctl(), net80211_add_channels(), and rtl818x_probe().
| #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.
Referenced by ath5k_copy_channels(), ath5k_setcurmode(), ath5k_setup_bands(), ath9k_bss_info_changed(), ath9k_hw_get_nf_thresh(), ath9k_hw_init_global_settings(), ath9k_init_channels_rates(), ath9k_init_txpower_limits(), ath_regd_get_band_ctl(), net80211_add_channels(), and net80211_duration().
| #define NET80211_NR_BANDS 2 |
Number of RF bands.
Definition at line 49 of file net80211.h.
| #define NET80211_BAND_BIT_2GHZ (1 << 0) |
Bitmask for the 2GHz band.
Definition at line 52 of file net80211.h.
Referenced by ath5k_setup_bands(), ath9k_set_hw_capab(), net80211_prepare_probe(), and rtl818x_probe().
| #define NET80211_BAND_BIT_5GHZ (1 << 1) |
Bitmask for the 5GHz band.
Definition at line 54 of file net80211.h.
Referenced by ath5k_setup_bands(), ath9k_set_hw_capab(), net80211_prepare_probe(), and net80211_step_associate().