/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_ft.c | 597 int keyidx; in wpa_ft_process_gtk_subelem() local 656 keyidx = gtk_elem[0] & 0x03; in wpa_ft_process_gtk_subelem() 667 keyidx, 0, gtk_elem + 2, rsc_len, gtk, keylen) < in wpa_ft_process_gtk_subelem() 683 u16 keyidx; in wpa_ft_process_igtk_subelem() local 715 keyidx = WPA_GET_LE16(igtk_elem); in wpa_ft_process_igtk_subelem() 720 keyidx, 0, igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < in wpa_ft_process_igtk_subelem()
|
D | wpa.c | 625 int tx, key_rsc_len, keyidx; member 640 "(keyidx=%d tx=%d len=%d).", gd->keyidx, gd->tx, in wpa_supplicant_install_gtk() 653 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 661 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 665 gd->alg, gd->gtk_len, gd->keyidx); in wpa_supplicant_install_gtk() 713 gd.keyidx = gtk[0] & 0x3; in wpa_supplicant_pairwise_gtk() 748 u16 keyidx; in ieee80211w_set_keys() local 752 keyidx = WPA_GET_LE16(igtk->keyid); in ieee80211w_set_keys() 755 keyidx, MAC2STR(igtk->pn)); in ieee80211w_set_keys() 758 if (keyidx > 4095) { in ieee80211w_set_keys() [all …]
|
/external/wpa_supplicant/ |
D | wpa.c | 1702 int tx, key_rsc_len, keyidx; member 1717 "(keyidx=%d tx=%d).", gd->keyidx, gd->tx); in wpa_supplicant_install_gtk() 1729 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 1737 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 1788 gd.keyidx = gtk[0] & 0x3; in wpa_supplicant_pairwise_gtk() 1823 u16 keyidx; in ieee80211w_set_keys() local 1827 keyidx = WPA_GET_LE16(igtk->keyid); in ieee80211w_set_keys() 1830 keyidx, MAC2STR(igtk->pn)); in ieee80211w_set_keys() 1833 if (keyidx > 4095) { in ieee80211w_set_keys() 1835 keyidx); in ieee80211w_set_keys() [all …]
|
D | eapol_sm.h | 148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
D | 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
|
D | wpa_supplicant.c | 254 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument 269 keyidx, unicast, (u8 *) "", 0, key, keylen); in wpa_eapol_set_wep_key() 301 static int wpa_set_wep_key(void *ctx, int set_tx, int keyidx, const u8 *key, in wpa_set_wep_key() argument 307 keyidx, set_tx, (u8 *) "", 0, key, keylen); in wpa_set_wep_key()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | 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
|
D | wpas_glue.c | 196 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument 211 keyidx, unicast, (u8 *) "", 0, key, keylen); in wpa_eapol_set_wep_key()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
D | eapol_supp_sm.h | 148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|