MACsec: Support GCM-AES-256 cipher suite
Allow macsec_csindex to be configured and select the cipher suite when the participant acts as a key server. Signed-off-by: leiwei <quic_leiwei@quicinc.com>
This commit is contained in:
parent
1e0af0cc7e
commit
46c635910a
11 changed files with 54 additions and 12 deletions
|
@ -848,6 +848,13 @@ struct hostapd_bss_config {
|
|||
*/
|
||||
int mka_priority;
|
||||
|
||||
/**
|
||||
* macsec_csindex - Cipher suite index for MACsec
|
||||
*
|
||||
* Range: 0-1 (default: 0)
|
||||
*/
|
||||
int macsec_csindex;
|
||||
|
||||
/**
|
||||
* mka_ckn - MKA pre-shared CKN
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue