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 629 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
644 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
645 gd->keyidx, gd->tx, gd->gtk_len);
656 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
665 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
669 "the driver (alg=%d keylen=%d keyidx=%d)",
670 gd->alg, gd->gtk_len, gd->keyidx);
688 * configured non-zero keyidx to be used for unicast. */
720 gd.keyidx = gtk[0] & 0x3;
757 u16 keyidx; local
2721 u16 keyidx; local
    [all...]
wpa_ft.c 550 int keyidx; local
591 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
608 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
624 u16 keyidx; local
657 keyidx = WPA_GET_LE16(igtk_elem);
661 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 218 int keyidx, int encr, int force_version);
wpa_auth.c 1989 int wpa_ie_len, secure, keyidx, encr = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 154 * @keyidx: Key index (0..3)
159 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
  /external/wpa_supplicant_8/hostapd/
config_file.c 723 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx,
728 if (keyidx < 0 || keyidx > 3 || wep->key[keyidx] != NULL)
735 wep->key[keyidx] = os_malloc(len);
736 if (wep->key[keyidx] == NULL)
738 os_memcpy(wep->key[keyidx], val + 1, len);
739 wep->len[keyidx] = len;
744 wep->key[keyidx] = os_malloc(len);
745 if (wep->key[keyidx] == NULL
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 208 * @keyidx: WEP key index (0..3)
213 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
227 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 240 milliseconds