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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_kay.c156 if (!hapd->driver->create_receive_sc)
158 return hapd->driver->create_receive_sc(hapd->drv_priv, sc,
315 kay_ctx->create_receive_sc = hapd_create_receive_sc;
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.c250 if (!ops || !ops->create_receive_sc) {
252 "KaY: secy create_receive_sc operation not supported");
256 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
H A Dieee802_1x_kay.h154 int (*create_receive_sc)(void *ctx, struct receive_sc *sc, member in struct:ieee802_1x_kay_ctx
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c229 kay_ctx->create_receive_sc = wpas_create_receive_sc;
H A Ddriver_i.h829 if (!wpa_s->driver->create_receive_sc)
831 return wpa_s->driver->create_receive_sc(wpa_s->drv_priv, sc,
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c1039 .create_receive_sc = macsec_qca_create_receive_sc,
H A Ddriver.h3907 * create_receive_sc - create secure channel for receiving
3915 int (*create_receive_sc)(void *priv, struct receive_sc *sc, member in struct:wpa_driver_ops
H A Ddriver_macsec_linux.c824 wpa_printf(MSG_DEBUG, DRV_PREFIX "%s: create_receive_sc -> " SCISTR
1637 .create_receive_sc = macsec_drv_create_receive_sc,

Completed in 206 milliseconds