Home
last modified time | relevance | path

Searched refs:macsec_csindex (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c1418 unsigned int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length()
1460 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()
1588 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_mka_decode_dist_sak_body()
1589 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_mka_decode_dist_sak_body()
1599 kay->macsec_csindex = cs->index; in ieee802_1x_mka_decode_dist_sak_body()
1961 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_kay_generate_new_sak()
3124 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_kay_init()
3508 if (kay->macsec_csindex == cs_index) in ieee802_1x_kay_change_cipher_suite()
3514 kay->macsec_csindex = cs_index; in ieee802_1x_kay_change_cipher_suite()
3515 kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].capable; in ieee802_1x_kay_change_cipher_suite()
Dieee802_1x_kay.h207 unsigned int macsec_csindex; /* MACsec cipher suite table index */ member