iPXE
|
Macros | |
#define | NET80211_MODE_A (1 << 0) |
802.11a: 54 Mbps operation using OFDM signaling on the 5GHz band More... | |
#define | NET80211_MODE_B (1 << 1) |
802.11b: 1-11 Mbps operation using DSSS/CCK signaling on the 2.4GHz band More... | |
#define | NET80211_MODE_G (1 << 2) |
802.11g: 54 Mbps operation using ERP/OFDM signaling on the 2.4GHz band More... | |
#define | NET80211_MODE_N (1 << 3) |
802.11n: High-rate operation using MIMO technology on 2.4GHz or 5GHz More... | |
#define NET80211_MODE_A (1 << 0) |
802.11a: 54 Mbps operation using OFDM signaling on the 5GHz band
Definition at line 63 of file net80211.h.
#define NET80211_MODE_B (1 << 1) |
802.11b: 1-11 Mbps operation using DSSS/CCK signaling on the 2.4GHz band
Definition at line 66 of file net80211.h.
#define NET80211_MODE_G (1 << 2) |
802.11g: 54 Mbps operation using ERP/OFDM signaling on the 2.4GHz band
Definition at line 69 of file net80211.h.
#define NET80211_MODE_N (1 << 3) |
802.11n: High-rate operation using MIMO technology on 2.4GHz or 5GHz
Definition at line 72 of file net80211.h.