iPXE
|
Data Structures | |
struct | wpa_kde_gtk_encap |
Payload structure of the GTK-encapsulating KDE. More... | |
struct | wpa_kde |
Any key descriptor element type. More... | |
Macros | |
#define | WPA_GTK_KID 0x03 |
Mask for Key ID in wpa_kde_gtk::id field. More... | |
#define | WPA_GTK_TXBIT 0x04 |
Mask for Tx bit in wpa_kde_gtk::id field. More... | |
#define | WPA_KDE_GTK _MKOUI ( 0x00, 0x0F, 0xAC, 0x01 ) |
KDE type for an encapsulated Group Transient Key (requires encryption) More... | |
#define | WPA_KDE_MAC _MKOUI ( 0x00, 0x0F, 0xAC, 0x03 ) |
KDE type for a MAC address. More... | |
#define | WPA_KDE_PMKID _MKOUI ( 0x00, 0x0F, 0xAC, 0x04 ) |
KDE type for a PMKID. More... | |
#define | WPA_KDE_NONCE _MKOUI ( 0x00, 0x0F, 0xAC, 0x06 ) |
KDE type for a nonce. More... | |
#define | WPA_KDE_LIFETIME _MKOUI ( 0x00, 0x0F, 0xAC, 0x07 ) |
KDE type for a lifetime value. More... | |
Functions | |
struct eapol_key_pkt | __attribute__ ((packed)) mic |
Michael MIC keys. More... | |
#define WPA_GTK_KID 0x03 |
#define WPA_GTK_TXBIT 0x04 |
#define WPA_KDE_GTK _MKOUI ( 0x00, 0x0F, 0xAC, 0x01 ) |
#define WPA_KDE_MAC _MKOUI ( 0x00, 0x0F, 0xAC, 0x03 ) |
#define WPA_KDE_PMKID _MKOUI ( 0x00, 0x0F, 0xAC, 0x04 ) |
#define WPA_KDE_NONCE _MKOUI ( 0x00, 0x0F, 0xAC, 0x06 ) |
#define WPA_KDE_LIFETIME _MKOUI ( 0x00, 0x0F, 0xAC, 0x07 ) |
struct eapol_key_pkt __attribute__ | ( | (packed) | ) |
Michael MIC keys.