Searched refs:macsec_offload (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.h | 210 u8 macsec_offload; member 245 u8 macsec_offload, u16 port, u8 priority,
|
H A D | ieee802_1x_cp.c | 192 sm->offload = sm->kay->macsec_offload; in SM_STATE() 214 sm->offload = sm->kay->macsec_offload; in SM_STATE() 470 sm->offload = kay->macsec_offload; in ieee802_1x_cp_sm_init()
|
H A D | ieee802_1x_kay.c | 3497 u8 macsec_offload, u16 port, u8 priority, in ieee802_1x_kay_init() argument 3557 kay->macsec_offload = 0; in ieee802_1x_kay_init() 3574 kay->macsec_offload = macsec_offload; in ieee802_1x_kay_init() 3775 secy_cp_control_offload(kay, kay->macsec_offload); in ieee802_1x_kay_create_mka()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 941 int macsec_offload; member
|
H A D | wpas_kay.c | 250 ssid->macsec_offload, ssid->macsec_port, in ieee802_1x_alloc_kay_sm()
|
H A D | config_file.c | 817 INT(macsec_offload); in wpa_config_write_network()
|
H A D | config.c | 2720 { INT_RANGE(macsec_offload, 0, 2) },
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_kay.c | 330 hapd->conf->macsec_offload, in ieee802_1x_alloc_kay_sm_hapd()
|
H A D | ap_config.h | 883 int macsec_offload; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 4944 int macsec_offload = atoi(pos); in hostapd_config_fill() local 4946 if (macsec_offload < 0 || macsec_offload > 2) { in hostapd_config_fill() 4949 line, macsec_offload, pos); in hostapd_config_fill() 4952 bss->macsec_offload = macsec_offload; in hostapd_config_fill()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_macsec_linux.c | 81 enum macsec_offload offload;
|