/external/wpa_supplicant_8/wpa_supplicant/ |
todo.txt | 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 13 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
|
wpas_glue.c | 223 * @keyidx: WEP key index (0..3) 228 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, 242 keyidx, unicast, NULL, 0, key, keylen);
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 545 int keyidx; local 587 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; 604 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0, 620 u16 keyidx; local 653 keyidx = WPA_GET_LE16(igtk_elem); 657 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
|
wpa.c | 676 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data 691 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)", 692 gd->keyidx, gd->tx, gd->gtk_len); 703 gd->keyidx, 1, key_rsc, gd->key_rsc_len, 712 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, 716 "the driver (alg=%d keylen=%d keyidx=%d)", 717 gd->alg, gd->gtk_len, gd->keyidx); 735 * configured non-zero keyidx to be used for unicast. */ 767 gd.keyidx = gtk[0] & 0x3; 804 u16 keyidx; local 2860 u16 keyidx; local [all...] |
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.h | 156 * @keyidx: Key index (0..3) 161 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
eapol_supp_sm.c | 783 wpa_printf(MSG_DEBUG, "EAPOL: Setting dynamic WEP key: %s keyidx %d " [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 223 int keyidx, int encr, int force_version);
|
wpa_auth.c | 2166 int wpa_ie_len, secure, keyidx, encr = 0; local [all...] |
hostapd.c | 213 "encryption keys (ifname=%s keyidx=%d)", 225 "(ifname=%s keyidx=%d)", ifname, i); [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 749 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx, 754 if (keyidx < 0 || keyidx > 3 || wep->key[keyidx] != NULL) 761 wep->key[keyidx] = os_malloc(len); 762 if (wep->key[keyidx] == NULL) 764 os_memcpy(wep->key[keyidx], val + 1, len); 765 wep->len[keyidx] = len; 770 wep->key[keyidx] = os_malloc(len); 771 if (wep->key[keyidx] == NULL [all...] |
/external/webrtc/src/modules/interface/ |
module_common_types.h | 66 keyIdx = kNoKeyIdx; 81 int keyIdx; // 5 bits; kNoKeyIdx means not used.
|
/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...] |