Home
last modified time | relevance | path

Searched refs:create_receive_sa (Results 1 – 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_kay.c177 if (!hapd->driver->create_receive_sa) in hapd_create_receive_sa()
179 return hapd->driver->create_receive_sa(hapd->drv_priv, sa); in hapd_create_receive_sa()
317 kay_ctx->create_receive_sa = hapd_create_receive_sa; in ieee802_1x_alloc_kay_sm_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_kay.c177 if (!hapd->driver->create_receive_sa) in hapd_create_receive_sa()
179 return hapd->driver->create_receive_sa(hapd->drv_priv, sa); in hapd_create_receive_sa()
317 kay_ctx->create_receive_sa = hapd_create_receive_sa; in ieee802_1x_alloc_kay_sm_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_secy_ops.c290 if (!ops || !ops->create_receive_sa) { in secy_create_receive_sa()
296 return ops->create_receive_sa(ops->ctx, rxsa); in secy_create_receive_sa()
Dieee802_1x_kay.h158 int (*create_receive_sa)(void *ctx, struct receive_sa *sa); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_secy_ops.c290 if (!ops || !ops->create_receive_sa) { in secy_create_receive_sa()
296 return ops->create_receive_sa(ops->ctx, rxsa); in secy_create_receive_sa()
Dieee802_1x_kay.h158 int (*create_receive_sa)(void *ctx, struct receive_sa *sa); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpas_kay.c231 kay_ctx->create_receive_sa = wpas_create_receive_sa; in ieee802_1x_alloc_kay_sm()
Ddriver_i.h883 if (!wpa_s->driver->create_receive_sa) in wpa_drv_create_receive_sa()
885 return wpa_s->driver->create_receive_sa(wpa_s->drv_priv, sa); in wpa_drv_create_receive_sa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpas_kay.c231 kay_ctx->create_receive_sa = wpas_create_receive_sa; in ieee802_1x_alloc_kay_sm()
Ddriver_i.h846 if (!wpa_s->driver->create_receive_sa) in wpa_drv_create_receive_sa()
848 return wpa_s->driver->create_receive_sa(wpa_s->drv_priv, sa); in wpa_drv_create_receive_sa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_qca.c1063 .create_receive_sa = macsec_qca_create_receive_sa,
Ddriver_macsec_linux.c1640 .create_receive_sa = macsec_drv_create_receive_sa,
Ddriver.h4262 int (*create_receive_sa)(void *priv, struct receive_sa *sa); member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_qca.c1041 .create_receive_sa = macsec_qca_create_receive_sa,
Ddriver_macsec_linux.c1639 .create_receive_sa = macsec_drv_create_receive_sa,
Ddriver.h3956 int (*create_receive_sa)(void *priv, struct receive_sa *sa); member