HomeSort by relevance Sort by last modified time
    Searched refs:key_idx (Results 1 - 25 of 29) sorted by null

1 2

  /external/autotest/tko/
machine_aggr.cgi 25 key_idx = []
29 key_idx.append(key)
35 key_idx = keys.split(',')
37 # Ignore this for by setting benchmark_idx and key_idx to be
40 key_idx = []
60 for benchmark, key in zip(benchmark_idx, key_idx):
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 156 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;
wps.h 39 * @key_idx: Key index
52 u8 key_idx; member in struct:wps_credential
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 71 int key_idx; member in struct:privsep_cmd_set_key
  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 56 const u8 *addr, int key_idx,
driver_openbsd.c 72 const unsigned char *addr, int key_idx, int set_tx, const u8 *seq,
driver_bsd.c 267 bsd_del_key(void *priv, const u8 *addr, int key_idx)
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;
    [all...]
driver_privsep.c 191 int key_idx, int set_tx,
198 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
199 __func__, priv, alg, key_idx, set_tx);
207 cmd.key_idx = key_idx;
driver_atheros.c 449 atheros_del_key(void *priv, const u8 *addr, int key_idx)
455 wpa_printf(MSG_DEBUG, "%s: addr=%s key_idx=%d",
456 __func__, ether_sprintf(addr), key_idx);
463 wk.idk_keyix = key_idx;
469 " key_idx %d)", __func__, ether_sprintf(addr),
470 key_idx);
478 const u8 *addr, int key_idx, int set_tx, const u8 *seq,
487 return atheros_del_key(drv, addr, key_idx);
489 wpa_printf(MSG_DEBUG, "%s: alg=%d addr=%s key_idx=%d",
490 __func__, alg, ether_sprintf(addr), key_idx);
    [all...]
driver_ndis.c 903 int key_idx, const u8 *addr,
913 rkey.KeyIndex = key_idx;
921 index = key_idx;
934 int pairwise, int key_idx, int set_tx,
946 wep->KeyIndex = key_idx;
968 int key_idx, int set_tx,
990 return wpa_driver_ndis_remove_key(drv, key_idx, addr, bssid,
995 return wpa_driver_ndis_add_wep(drv, pairwise, key_idx, set_tx,
1006 nkey->KeyIndex = key_idx;
    [all...]
driver_wext.c     [all...]
driver_hostap.c 393 int key_idx, int set_tx,
436 param->u.crypt.idx = key_idx;
driver_nl80211.c     [all...]
driver.h     [all...]
  /system/bt/bta/hh/
bta_hh_utils.c 265 UINT16 xx, yy, key_idx = 0; local
331 p_data->this_char[key_idx ++] = this_char;
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 143 int key_idx, int set_tx,
148 if (key_idx >= 0 && key_idx <= 6)
149 wpa_s->keys_cleared &= ~BIT(key_idx);
155 alg, addr, key_idx, set_tx,
ibss_rsn.c 140 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,
300 " key_idx=%d)",
303 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d key_idx=%d)",
preauth_test.c 128 const u8 *addr, int key_idx, int set_tx,
wpas_glue.c 486 const u8 *addr, int key_idx, int set_tx,
491 if (alg == WPA_ALG_TKIP && key_idx == 0 && key_len == 32) {
496 if (key_idx > 0 && addr && is_broadcast_ether_addr(addr) &&
502 return wpa_drv_set_key(wpa_s, alg, addr, key_idx, set_tx, seq, seq_len,
wpa_priv.c 370 params->addr, params->key_idx,
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 163 const u8 *addr, int key_idx, int set_tx,
168 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
wpa.h 30 const u8 *addr, int key_idx, int set_tx,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_unittest.cc 69 int key_idx /* K */) {
74 EXPECT_EQ(key_idx, type->Video.codecHeader.VP8.keyIdx);
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 86 int key_idx, int set_tx,
ap_drv_ops.c 608 int key_idx, int set_tx,
615 key_idx, set_tx, seq, seq_len, key,

Completed in 3644 milliseconds

1 2