Home
last modified time | relevance | path

Searched refs:macsec_offload (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h210 u8 macsec_offload; member
245 u8 macsec_offload, u16 port, u8 priority,
H A Dieee802_1x_cp.c192 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 Dieee802_1x_kay.c3497 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 Dconfig_ssid.h941 int macsec_offload; member
H A Dwpas_kay.c250 ssid->macsec_offload, ssid->macsec_port, in ieee802_1x_alloc_kay_sm()
H A Dconfig_file.c817 INT(macsec_offload); in wpa_config_write_network()
H A Dconfig.c2720 { INT_RANGE(macsec_offload, 0, 2) },
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c330 hapd->conf->macsec_offload, in ieee802_1x_alloc_kay_sm_hapd()
H A Dap_config.h883 int macsec_offload; member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4944 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 Ddriver_macsec_linux.c81 enum macsec_offload offload;