PAE: Make KaY specific details available via control interface
Add KaY details to the STATUS command output. Signed-off-by: Badrish Adiga H R <badrish.adigahr@hpe.com>
This commit is contained in:
parent
bae93012cd
commit
7508c2ad99
3 changed files with 58 additions and 0 deletions
|
@ -208,6 +208,7 @@ struct ieee802_1x_kay {
|
|||
int mka_algindex; /* MKA alg table index */
|
||||
|
||||
u32 dist_kn;
|
||||
u32 rcvd_keys;
|
||||
u8 dist_an;
|
||||
time_t dist_time;
|
||||
|
||||
|
@ -267,5 +268,7 @@ int ieee802_1x_kay_enable_tx_sas(struct ieee802_1x_kay *kay,
|
|||
int ieee802_1x_kay_enable_rx_sas(struct ieee802_1x_kay *kay,
|
||||
struct ieee802_1x_mka_ki *lki);
|
||||
int ieee802_1x_kay_enable_new_info(struct ieee802_1x_kay *kay);
|
||||
int ieee802_1x_kay_get_status(struct ieee802_1x_kay *kay, char *buf,
|
||||
size_t buflen);
|
||||
|
||||
#endif /* IEEE802_1X_KAY_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue