|
iPXE
|
Macros | |
| #define | NET80211_CFG_CHANNEL (1 << 0) |
Channel choice (dev->channel) or regulatory parameters have changed. | |
| #define | NET80211_CFG_RATE (1 << 1) |
Requested transmission rate (dev->rate) has changed. | |
| #define | NET80211_CFG_ASSOC (1 << 2) |
Association has been established with a new BSS (dev->bssid) | |
| #define | NET80211_CFG_PHY_PARAMS (1 << 3) |
| Low-level link parameters (short preamble, protection, etc) have changed. | |
| #define NET80211_CFG_CHANNEL (1 << 0) |
Channel choice (dev->channel) or regulatory parameters have changed.
Definition at line 81 of file net80211.h.
Referenced by ath5k_config(), ath9k_config(), net80211_change_channel(), net80211_filter_hw_channels(), net80211_prepare_probe(), net80211_probe_start(), net80211_probe_step(), and rtl818x_config().
| #define NET80211_CFG_RATE (1 << 1) |
Requested transmission rate (dev->rate) has changed.
Definition at line 84 of file net80211.h.
Referenced by ath5k_config(), ath9k_config(), net80211_prepare_assoc(), net80211_prepare_probe(), net80211_process_ie(), net80211_set_rate_idx(), and rtl818x_config().
| #define NET80211_CFG_ASSOC (1 << 2) |
Association has been established with a new BSS (dev->bssid)
Definition at line 87 of file net80211.h.
Referenced by ath5k_config(), ath9k_bss_info_changed(), net80211_set_state(), and rtl818x_config().
| #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.
Referenced by ath5k_config(), ath9k_bss_info_changed(), ath9k_config(), net80211_process_capab(), net80211_process_ie(), and rtl818x_config().