Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/drivers/
Ddriver_openbsd.c133 .set_key = wpa_driver_openbsd_set_key,
Ddriver_privsep.c838 .set_key = wpa_driver_privsep_set_key,
Ddriver_hostap.c1172 .set_key = wpa_driver_hostap_set_key,
Ddriver.h1996 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg, member
Ddriver_bsd.c1752 .set_key = bsd_set_key,
Ddriver_atheros.c2144 .set_key = atheros_set_key,
Ddriver_wext.c2496 .set_key = wpa_driver_wext_set_key,
Ddriver_ndis.c3190 wpa_driver_ndis_ops.set_key = wpa_driver_ndis_set_key; in driver_ndis_init_ops()
Ddriver_nl80211.c9790 .set_key = driver_nl80211_set_key,
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h179 WPA_ASSERT(sm->ctx->set_key); in wpa_sm_set_key()
180 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx, in wpa_sm_set_key()
Dwpa.h29 int (*set_key)(void *ctx, enum wpa_alg alg, member
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c232 ctx->set_key = wpa_supplicant_set_key; in wpa_init_conf()
Dibss_rsn.c216 ctx->set_key = supp_set_key; in ibss_rsn_supp_init()
416 .set_key = auth_set_key, in ibss_rsn_auth_init_group()
Ddriver_i.h153 if (wpa_s->driver->set_key) { in wpa_drv_set_key()
154 return wpa_s->driver->set_key(wpa_s->ifname, wpa_s->drv_priv, in wpa_drv_set_key()
Dwpa_priv.c395 if (iface->drv_priv == NULL || iface->driver->set_key == NULL) in wpa_priv_cmd_set_key()
405 res = iface->driver->set_key(iface->ifname, iface->drv_priv, in wpa_priv_cmd_set_key()
Dmesh_rsn.c146 .set_key = auth_set_key, in __mesh_rsn_auth_init()
Dwpas_glue.c1154 ctx->set_key = wpa_supplicant_set_key; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h214 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg, member
Dap_drv_ops.c615 if (hapd->driver == NULL || hapd->driver->set_key == NULL) in hostapd_drv_set_key()
617 return hapd->driver->set_key(ifname, hapd->drv_priv, alg, addr, in hostapd_drv_set_key()
Dwpa_auth_glue.c609 .set_key = hostapd_wpa_auth_set_key, in hostapd_setup_wpa()
Dwpa_auth_ft.c779 if (wpa_auth->cb->set_key == NULL) in wpa_auth_set_key()
781 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
Dwpa_auth.c134 if (wpa_auth->cb->set_key == NULL) in wpa_auth_set_key()
136 return wpa_auth->cb->set_key(wpa_auth->cb_ctx, vlan_id, alg, addr, idx, in wpa_auth_set_key()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc465 label->set_key(StrCat("i", i)); in TEST_P()
/external/v8/src/ast/
Dast.h1340 void set_key(Expression* e) { key_ = e; } in set_key() function
1750 void set_key(Expression* e) { key_ = e; } in set_key() function
/external/v8/src/parsing/
Dparser.cc3498 property->set_key(factory()->NewCallRuntime( in DeclareClassProperty()

12