Searched refs:macsec_init (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c29 if (!hapd->driver->macsec_init)
31 return hapd->driver->macsec_init(hapd->drv_priv, params);
304 kay_ctx->macsec_init = hapd_macsec_init;
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.c506 if (!ops || !ops->macsec_init) {
508 "KaY: secy macsec_init operation not supported");
516 ret = ops->macsec_init(ops->ctx, &params);
H A Dieee802_1x_kay.h142 int (*macsec_init)(void *ctx, struct macsec_init_params *params); member in struct:ieee802_1x_kay_ctx
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c217 kay_ctx->macsec_init = wpas_macsec_init;
H A Ddriver_i.h732 if (!wpa_s->driver->macsec_init)
734 return wpa_s->driver->macsec_init(wpa_s->drv_priv, params);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c1029 .macsec_init = macsec_qca_macsec_init,
H A Ddriver.h3817 int (*macsec_init)(void *priv, struct macsec_init_params *params); member in struct:wpa_driver_ops
H A Ddriver_macsec_linux.c1625 .macsec_init = macsec_drv_macsec_init,

Completed in 201 milliseconds