/hostap-latest/src/drivers/ |
D | driver_openbsd.c | 136 .set_key = wpa_driver_openbsd_set_key,
|
D | driver_zephyr.h | 273 int (*set_key)(void *if_priv, member
|
D | driver_privsep.c | 828 .set_key = wpa_driver_privsep_set_key,
|
D | driver_zephyr.c | 1726 ret = dev_ops->set_key(if_ctx->dev_priv, in _wpa_drv_zep_set_key() 2723 .set_key = wpa_drv_zep_set_key,
|
D | driver_hostap.c | 1185 .set_key = wpa_driver_hostap_set_key,
|
D | driver_bsd.c | 1763 .set_key = bsd_set_key,
|
D | driver.h | 3134 int (*set_key)(void *priv, struct wpa_driver_set_key_params *params); member
|
D | driver_atheros.c | 2257 .set_key = atheros_set_key,
|
D | driver_wext.c | 2484 .set_key = wpa_driver_wext_set_key,
|
D | driver_ndis.c | 3216 wpa_driver_ndis_ops.set_key = wpa_driver_ndis_set_key_wrapper; in driver_ndis_init_ops()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_i.h | 265 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key() 266 return sm->ctx->set_key(sm->ctx->ctx, link_id, alg, addr, key_idx, in wpa_sm_set_key()
|
D | wpa.h | 33 int (*set_key)(void *ctx, int link_id, enum wpa_alg alg, member
|
/hostap-latest/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 223 wpa->auth_cb.set_key = auth_set_key; in auth_init_group()
|
/hostap-latest/tests/fuzzing/eapol-key-supp/ |
D | eapol-key-supp.c | 238 ctx->set_key = supp_set_key; in supp_init()
|
/hostap-latest/wpa_supplicant/ |
D | preauth_test.c | 243 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
|
D | ibss_rsn.c | 230 ctx->set_key = supp_set_key; in ibss_rsn_supp_init() 442 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
|
D | driver_i.h | 184 if (wpa_s->driver->set_key) { in wpa_drv_set_key() 185 return wpa_s->driver->set_key(wpa_s->drv_priv, ¶ms); in wpa_drv_set_key()
|
D | wpa_priv.c | 399 if (iface->drv_priv == NULL || iface->driver->set_key == NULL) in wpa_priv_cmd_set_key() 422 res = iface->driver->set_key(iface->drv_priv, &p); in wpa_priv_cmd_set_key()
|
D | mesh_rsn.c | 169 .set_key = auth_set_key, in __mesh_rsn_auth_init()
|
D | wpas_glue.c | 1472 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 819 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key() 841 return hapd->driver->set_key(hapd->drv_priv, ¶ms); in hostapd_drv_set_key()
|
D | wpa_auth.h | 370 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
|
D | wpa_auth_glue.c | 1666 .set_key = hostapd_wpa_auth_set_key, in hostapd_setup_wpa()
|
D | wpa_auth_ft.c | 2884 if (wpa_auth->cb->set_key == NULL) in wpa_auth_set_key() 2886 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
|
D | wpa_auth.c | 291 if (!wpa_auth->cb->set_key) in wpa_auth_set_key() 293 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
|