mka: Store cipher suite ID in a u64 instead of u8 pointer
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
This commit is contained in:
parent
535a8b8712
commit
07a6bfe1d2
12 changed files with 36 additions and 42 deletions
|
@ -59,7 +59,7 @@ struct ieee802_1x_kay_ctx {
|
|||
int (*macsec_deinit)(void *ctx);
|
||||
int (*enable_protect_frames)(void *ctx, Boolean enabled);
|
||||
int (*set_replay_protect)(void *ctx, Boolean enabled, u32 window);
|
||||
int (*set_current_cipher_suite)(void *ctx, const u8 *cs);
|
||||
int (*set_current_cipher_suite)(void *ctx, u64 cs);
|
||||
int (*enable_controlled_port)(void *ctx, Boolean enabled);
|
||||
int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
|
||||
u32 *lowest_pn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue