HomeSort by relevance Sort by last modified time
    Searched refs:keyidx (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 594 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
609 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
610 gd->keyidx, gd->tx, gd->gtk_len);
621 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
629 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
633 "the driver (alg=%d keylen=%d keyidx=%d)",
634 gd->alg, gd->gtk_len, gd->keyidx);
650 * configured non-zero keyidx to be used for unicast. */
682 gd.keyidx = gtk[0] & 0x3;
715 u16 keyidx; local
2639 u16 keyidx; local
    [all...]
wpa_ft.c 548 int keyidx; local
589 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
606 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
622 u16 keyidx; local
654 keyidx = WPA_GET_LE16(igtk_elem);
658 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 200 int keyidx, int encr, int force_version);
wpa_auth.c 1912 int wpa_ie_len, secure, keyidx, encr = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 137 * @keyidx: Key index (0..3)
142 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_8/hostapd/
config_file.c 675 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx,
680 if (keyidx < 0 || keyidx > 3 || wep->key[keyidx] != NULL)
687 wep->key[keyidx] = os_malloc(len);
688 if (wep->key[keyidx] == NULL)
690 os_memcpy(wep->key[keyidx], val + 1, len);
691 wep->len[keyidx] = len;
696 wep->key[keyidx] = os_malloc(len);
697 if (wep->key[keyidx] == NULL
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 189 * @keyidx: WEP key index (0..3)
194 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
208 keyidx, unicast, NULL, 0, key, keylen);
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 407 int keyidx = mTrackCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ARTIST_ID); local
410 String artist = mTrackCursor.getString(keyidx);
    [all...]

Completed in 260 milliseconds