Searched refs:macsec_csindex (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/wpa/src/pae/ |
| H A D | ieee802_1x_kay.h | 212 unsigned int macsec_csindex; /* MACsec cipher suite table index */ member 246 u32 macsec_csindex, const char *ifname, const u8 *addr);
|
| H A D | ieee802_1x_kay.c | 1598 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 D | ieee802_1x_cp.c | 481 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 D | config_ssid.h | 964 int macsec_csindex; member
|
| H A D | wpas_kay.c | 251 ssid->mka_priority, ssid->macsec_csindex, in ieee802_1x_alloc_kay_sm()
|
| H A D | config_file.c | 820 INT(macsec_csindex); in wpa_config_write_network()
|
| H A D | config.c | 2723 { INT_RANGE(macsec_csindex, 0, 1) },
|
| /src/contrib/wpa/src/ap/ |
| H A D | wpa_auth_kay.c | 333 hapd->conf->macsec_csindex, in ieee802_1x_alloc_kay_sm_hapd()
|
| H A D | ap_config.h | 906 int macsec_csindex; member
|
| /src/contrib/wpa/hostapd/ |
| H A D | config_file.c | 4974 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()
|