Searched refs:create_receive_sa (Results 1 – 16 of 16) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth_kay.c | 177 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/ |
D | wpa_auth_kay.c | 177 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/ |
D | ieee802_1x_secy_ops.c | 290 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()
|
D | ieee802_1x_kay.h | 158 int (*create_receive_sa)(void *ctx, struct receive_sa *sa); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_secy_ops.c | 290 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()
|
D | ieee802_1x_kay.h | 158 int (*create_receive_sa)(void *ctx, struct receive_sa *sa); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpas_kay.c | 231 kay_ctx->create_receive_sa = wpas_create_receive_sa; in ieee802_1x_alloc_kay_sm()
|
D | driver_i.h | 883 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/ |
D | wpas_kay.c | 231 kay_ctx->create_receive_sa = wpas_create_receive_sa; in ieee802_1x_alloc_kay_sm()
|
D | driver_i.h | 846 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/ |
D | driver_macsec_qca.c | 1063 .create_receive_sa = macsec_qca_create_receive_sa,
|
D | driver_macsec_linux.c | 1640 .create_receive_sa = macsec_drv_create_receive_sa,
|
D | driver.h | 4262 int (*create_receive_sa)(void *priv, struct receive_sa *sa); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_macsec_qca.c | 1041 .create_receive_sa = macsec_qca_create_receive_sa,
|
D | driver_macsec_linux.c | 1639 .create_receive_sa = macsec_drv_create_receive_sa,
|
D | driver.h | 3956 int (*create_receive_sa)(void *priv, struct receive_sa *sa); member
|