wpa_supplicant / hostapd
2.5
|
IEEE 802.1X-2010 Key Agree Protocol of PAE state machine. More...
Go to the source code of this file.
Data Structures | |
struct | ieee802_1x_mka_peer_id |
struct | ieee802_1x_kay_peer |
struct | key_conf |
struct | data_key |
struct | transmit_sc |
struct | transmit_sa |
struct | receive_sc |
struct | receive_sa |
struct | macsec_ciphersuite |
struct | mka_alg |
struct | ieee802_1x_mka_participant |
struct | ieee802_1x_mka_hdr |
struct | ieee802_1x_mka_basic_body |
struct | ieee802_1x_mka_peer_body |
struct | ieee802_1x_mka_sak_use_body |
struct | ieee802_1x_mka_dist_sak_body |
struct | ieee802_1x_mka_icv_body |
Macros | |
#define | MKA_VERSION_ID 1 |
#define | ICV_LEN 16 /* 16 bytes */ |
#define | SAK_WRAPPED_LEN 24 |
#define | DEFAULT_DIS_SAK_BODY_LENGTH (SAK_WRAPPED_LEN + 4) |
#define | MAX_RETRY_CNT 5 |
#define | DEFAULT_MKA_ALG_INDEX 0 |
#define | MKA_HDR_LEN sizeof(struct ieee802_1x_mka_hdr) |
IEEE 802.1X-2010 Key Agree Protocol of PAE state machine.