Searched defs:key_idx (Results 1 - 25 of 45) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_openbsd.c72 const unsigned char *addr, int key_idx, int set_tx, const u8 *seq,
71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_privsep.c210 int key_idx, int set_tx,
217 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
218 __func__, priv, alg, key_idx, set_tx);
226 cmd.key_idx = key_idx;
208 wpa_driver_privsep_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_hostap.c393 int key_idx, int set_tx,
436 param->u.crypt.idx = key_idx;
391 wpa_driver_hostap_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_atheros.c473 atheros_del_key(void *priv, const u8 *addr, int key_idx) argument
479 wpa_printf(MSG_DEBUG, "%s: addr=%s key_idx=%d",
480 __func__, ether_sprintf(addr), key_idx);
487 wk.idk_keyix = key_idx;
493 " key_idx %d)", __func__, ether_sprintf(addr),
494 key_idx);
502 const u8 *addr, int key_idx, int set_tx, const u8 *seq,
511 return atheros_del_key(drv, addr, key_idx);
513 wpa_printf(MSG_DEBUG, "%s: alg=%d addr=%s key_idx=%d",
514 __func__, alg, ether_sprintf(addr), key_idx);
501 atheros_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
[all...]
H A Ddriver_bsd.c267 bsd_del_key(void *priv, const u8 *addr, int key_idx) argument
273 wpa_printf(MSG_DEBUG, "%s: key_idx=%d", __func__, key_idx);
274 wk.idk_keyix = key_idx;
335 const unsigned char *addr, int key_idx, int set_tx, const u8 *seq,
343 wpa_printf(MSG_DEBUG, "%s: alg=%d addr=%p key_idx=%d set_tx=%d "
344 "seq_len=%zu key_len=%zu", __func__, alg, addr, key_idx,
350 return bsd_del_key(priv, NULL, key_idx);
353 return bsd_del_key(priv, addr, key_idx);
378 wk.ik_keyix = key_idx;
334 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
[all...]
H A Ddriver_wext.c1709 const u8 *addr, int key_idx,
1730 iwr.u.encoding.flags = key_idx + 1;
1810 * @key_idx: key index (0..3), usually 0 for unicast keys
1829 const u8 *addr, int key_idx,
1837 wpa_printf(MSG_DEBUG, "%s: alg=%d key_idx=%d set_tx=%d seq_len=%lu "
1839 __FUNCTION__, alg, key_idx, set_tx,
1842 ret = wpa_driver_wext_set_key_ext(drv, alg, addr, key_idx, set_tx,
1860 iwr.u.encoding.flags = key_idx + 1;
1876 iwr.u.encoding.flags = key_idx + 1;
1708 wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
1828 wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_openbsd.c72 const unsigned char *addr, int key_idx, int set_tx, const u8 *seq,
71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_privsep.c210 int key_idx, int set_tx,
217 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
218 __func__, priv, alg, key_idx, set_tx);
226 cmd.key_idx = key_idx;
208 wpa_driver_privsep_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_hostap.c393 int key_idx, int set_tx,
436 param->u.crypt.idx = key_idx;
391 wpa_driver_hostap_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_openbsd.c72 const unsigned char *addr, int key_idx, int set_tx, const u8 *seq,
71 wpa_driver_openbsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_privsep.c210 int key_idx, int set_tx,
217 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
218 __func__, priv, alg, key_idx, set_tx);
226 cmd.key_idx = key_idx;
208 wpa_driver_privsep_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Ddriver_hostap.c393 int key_idx, int set_tx,
436 param->u.crypt.idx = key_idx;
391 wpa_driver_hostap_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c156 const u8 *key_idx)
158 if (key_idx == NULL)
161 wpa_printf(MSG_DEBUG, "WPS: Network Key Index: %d", *key_idx);
162 cred->key_idx = *key_idx;
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
H A Dwps.h39 * @key_idx: Key index
52 u8 key_idx; member in struct:wps_credential
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c156 const u8 *key_idx)
158 if (key_idx == NULL)
161 wpa_printf(MSG_DEBUG, "WPS: Network Key Index: %d", *key_idx);
162 cred->key_idx = *key_idx;
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c156 const u8 *key_idx)
158 if (key_idx == NULL)
161 wpa_printf(MSG_DEBUG, "WPS: Network Key Index: %d", *key_idx);
162 cred->key_idx = *key_idx;
155 wps_process_cred_network_key_idx(struct wps_credential *cred, const u8 *key_idx) argument
/external/wpa_supplicant_8/hostapd/src/common/
H A Dprivsep_commands.h79 int key_idx; member in struct:privsep_cmd_set_key
/external/wpa_supplicant_8/src/common/
H A Dprivsep_commands.h79 int key_idx; member in struct:privsep_cmd_set_key
/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c128 const u8 *addr, int key_idx, int set_tx,
127 wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
H A Dibss_rsn.c140 const u8 *addr, int key_idx, int set_tx,
146 wpa_printf(MSG_DEBUG, "SUPP: %s(alg=%d addr=" MACSTR " key_idx=%d "
148 __func__, alg, MAC2STR(addr), key_idx, set_tx);
152 if (key_idx == 0) {
168 return wpa_drv_set_key(peer->ibss_rsn->wpa_s, alg, addr, key_idx,
305 " key_idx=%d)",
308 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d key_idx=%d)",
139 supp_set_key(void *ctx, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dprivsep_commands.h79 int key_idx; member in struct:privsep_cmd_set_key
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c653 int key_idx, int set_tx,
660 key_idx, set_tx, seq, seq_len, key,
651 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c653 int key_idx, int set_tx,
660 key_idx, set_tx, seq, seq_len, key,
651 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c653 int key_idx, int set_tx,
660 key_idx, set_tx, seq, seq_len, key,
651 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h189 const u8 *addr, int key_idx, int set_tx,
194 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
188 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument

Completed in 460 milliseconds

12