Searched defs:ieee802_1x_kay_ctx (Results 1 – 1 of 1) sorted by relevance
137 struct ieee802_1x_kay_ctx { struct139 void *ctx;142 int (*macsec_init)(void *ctx, struct macsec_init_params *params);143 int (*macsec_deinit)(void *ctx);144 int (*macsec_get_capability)(void *priv, enum macsec_cap *cap);145 int (*enable_protect_frames)(void *ctx, Boolean enabled);146 int (*enable_encrypt)(void *ctx, Boolean enabled);147 int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);148 int (*set_current_cipher_suite)(void *ctx, u64 cs);149 int (*enable_controlled_port)(void *ctx, Boolean enabled);[all …]