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

  /external/wpa_supplicant/
driver_prism54.c 158 * keys for receiving (with keyidx 0..3) and one individual key for
159 * both transmitting and receiving (keyidx 0) _unicast_ packets. Now,
160 * keyidx 0 is reserved for this unicast use and default keys can only
161 * use keyidx 1..3 (i.e., default key with keyidx 0 is not supported).
driver_hostap.c 196 * keys for receiving (with keyidx 0..3) and one individual key for
197 * both transmitting and receiving (keyidx 0) _unicast_ packets. Now,
198 * keyidx 0 is reserved for this unicast use and default keys can only
199 * use keyidx 1..3 (i.e., default key with keyidx 0 is not supported).
eapol_sm.h 143 * @keyidx: Key index (0..3)
148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
todo.txt 25 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
27 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
wpa.c 1702 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
1823 u16 keyidx; local
    [all...]
driver_bsd.c 230 wpa_printf(MSG_DEBUG, "%s: addr=%s keyidx=%d",
235 wpa_printf(MSG_DEBUG, "%s: keyidx=%d", __func__, key_idx);
driver_madwifi.c 188 wpa_printf(MSG_DEBUG, "%s: keyidx=%d", __FUNCTION__, key_idx);
wpa_supplicant.c 249 * @keyidx: WEP key index (0..3)
254 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
269 keyidx, unicast, (u8 *) "", 0, key, keylen);
301 static int wpa_set_wep_key(void *ctx, int set_tx, int keyidx, const u8 *key,
307 keyidx, set_tx, (u8 *) "", 0, key, keylen);
    [all...]
eapol_sm.c 749 wpa_printf(MSG_DEBUG, "EAPOL: Setting dynamic WEP key: %s keyidx %d "
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_prism54.c 156 * keys for receiving (with keyidx 0..3) and one individual key for
157 * both transmitting and receiving (keyidx 0) _unicast_ packets. Now,
158 * keyidx 0 is reserved for this unicast use and default keys can only
159 * use keyidx 1..3 (i.e., default key with keyidx 0 is not supported).
driver_hostap.c 194 * keys for receiving (with keyidx 0..3) and one individual key for
195 * both transmitting and receiving (keyidx 0) _unicast_ packets. Now,
196 * keyidx 0 is reserved for this unicast use and default keys can only
197 * use keyidx 1..3 (i.e., default key with keyidx 0 is not supported).
driver_bsd.c 234 wpa_printf(MSG_DEBUG, "%s: addr=%s keyidx=%d",
239 wpa_printf(MSG_DEBUG, "%s: keyidx=%d", __func__, key_idx);
driver_madwifi.c 198 wpa_printf(MSG_DEBUG, "%s: keyidx=%d", __FUNCTION__, key_idx);
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 16 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
18 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
wpas_glue.c 191 * @keyidx: WEP key index (0..3)
196 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
211 keyidx, unicast, (u8 *) "", 0, key, keylen);
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 625 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
640 "(keyidx=%d tx=%d len=%d).", gd->keyidx, gd->tx,
653 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
661 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
664 "the driver (alg=%d keylen=%d keyidx=%d)",
665 gd->alg, gd->gtk_len, gd->keyidx);
681 * configured non-zero keyidx to be used for unicast. */
713 gd.keyidx = gtk[0] & 0x3;
748 u16 keyidx; local
    [all...]
wpa_ft.c 597 int keyidx; local
656 keyidx = gtk_elem[0] & 0x03;
667 keyidx, 0, gtk_elem + 2, rsc_len, gtk, keylen) <
683 u16 keyidx; local
715 keyidx = WPA_GET_LE16(igtk_elem);
720 keyidx, 0, igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) <
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 143 * @keyidx: Key index (0..3)
148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
eapol_supp_sm.c 774 wpa_printf(MSG_DEBUG, "EAPOL: Setting dynamic WEP key: %s keyidx %d "
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalSecurity.c 170 UINT8 keyIdx = (UINT8)pKey->keyIndex;
175 if (keyIdx >= ((pWhalSecur->numOfStations)*NO_OF_RECONF_SECUR_KEYS_PER_STATION+NO_OF_EXTRA_RECONF_SECUR_KEYS))
193 (void *)(pWhalSecur->reconfData.reconfKeys + keyIdx),
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]
  /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 351 milliseconds