Home
last modified time | relevance | path

Searched refs:set_key (Results 1 – 25 of 27) sorted by relevance

12

/hostap-latest/src/drivers/
Ddriver_openbsd.c136 .set_key = wpa_driver_openbsd_set_key,
Ddriver_zephyr.h273 int (*set_key)(void *if_priv, member
Ddriver_privsep.c828 .set_key = wpa_driver_privsep_set_key,
Ddriver_zephyr.c1726 ret = dev_ops->set_key(if_ctx->dev_priv, in _wpa_drv_zep_set_key()
2723 .set_key = wpa_drv_zep_set_key,
Ddriver_hostap.c1185 .set_key = wpa_driver_hostap_set_key,
Ddriver_bsd.c1763 .set_key = bsd_set_key,
Ddriver.h3134 int (*set_key)(void *priv, struct wpa_driver_set_key_params *params); member
Ddriver_atheros.c2257 .set_key = atheros_set_key,
Ddriver_wext.c2484 .set_key = wpa_driver_wext_set_key,
Ddriver_ndis.c3216 wpa_driver_ndis_ops.set_key = wpa_driver_ndis_set_key_wrapper; in driver_ndis_init_ops()
/hostap-latest/src/rsn_supp/
Dwpa_i.h265 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()
Dwpa.h33 int (*set_key)(void *ctx, int link_id, enum wpa_alg alg, member
/hostap-latest/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c223 wpa->auth_cb.set_key = auth_set_key; in auth_init_group()
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c238 ctx->set_key = supp_set_key; in supp_init()
/hostap-latest/wpa_supplicant/
Dpreauth_test.c243 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
Dibss_rsn.c230 ctx->set_key = supp_set_key; in ibss_rsn_supp_init()
442 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
Ddriver_i.h184 if (wpa_s->driver->set_key) { in wpa_drv_set_key()
185 return wpa_s->driver->set_key(wpa_s->drv_priv, &params); in wpa_drv_set_key()
Dwpa_priv.c399 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()
Dmesh_rsn.c169 .set_key = auth_set_key, in __mesh_rsn_auth_init()
Dwpas_glue.c1472 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
/hostap-latest/src/ap/
Dap_drv_ops.c819 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key()
841 return hapd->driver->set_key(hapd->drv_priv, &params); in hostapd_drv_set_key()
Dwpa_auth.h370 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
Dwpa_auth_glue.c1666 .set_key = hostapd_wpa_auth_set_key, in hostapd_setup_wpa()
Dwpa_auth_ft.c2884 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()
Dwpa_auth.c291 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()

12