Home
last modified time | relevance | path

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

/src/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h212 unsigned int macsec_csindex; /* MACsec cipher suite table index */ member
246 u32 macsec_csindex, const char *ifname, const u8 *addr);
H A Dieee802_1x_kay.c1598 unsigned int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length()
1645 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()
1775 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_mka_decode_dist_sak_body()
1776 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_mka_decode_dist_sak_body()
1789 kay->macsec_csindex = idx; in ieee802_1x_mka_decode_dist_sak_body()
2171 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_kay_generate_new_sak()
3498 u32 macsec_csindex, const char *ifname, const u8 *addr) in ieee802_1x_kay_init() argument
3535 kay->macsec_csindex = macsec_csindex; in ieee802_1x_kay_init()
3956 if (kay->macsec_csindex == cs_index) in ieee802_1x_kay_change_cipher_suite()
3962 kay->macsec_csindex = cs_index; in ieee802_1x_kay_change_cipher_suite()
[all …]
H A Dieee802_1x_cp.c481 sm->current_cipher_suite = cs_id[kay->macsec_csindex]; in ieee802_1x_cp_sm_init()
482 sm->cipher_suite = cs_id[kay->macsec_csindex]; in ieee802_1x_cp_sm_init()
/src/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h964 int macsec_csindex; member
H A Dwpas_kay.c251 ssid->mka_priority, ssid->macsec_csindex, in ieee802_1x_alloc_kay_sm()
H A Dconfig_file.c820 INT(macsec_csindex); in wpa_config_write_network()
H A Dconfig.c2723 { INT_RANGE(macsec_csindex, 0, 1) },
/src/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c333 hapd->conf->macsec_csindex, in ieee802_1x_alloc_kay_sm_hapd()
H A Dap_config.h906 int macsec_csindex; member
/src/contrib/wpa/hostapd/
H A Dconfig_file.c4974 int macsec_csindex = atoi(pos); in hostapd_config_fill() local
4976 if (macsec_csindex < 0 || macsec_csindex > 1) { in hostapd_config_fill()
4979 line, macsec_csindex, pos); in hostapd_config_fill()
4982 bss->macsec_csindex = macsec_csindex; in hostapd_config_fill()