Home
last modified time | relevance | path

Searched refs:keyidx (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c597 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()
Dwpa.c625 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/
Dwpa.c1702 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 …]
Deapol_sm.h148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
Dtodo.txt25 - 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
Dwpa_supplicant.c254 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/
Dtodo.txt16 - 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
Dwpas_glue.c196 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/
Deapol_supp_sm.h148 int (*set_wep_key)(void *ctx, int unicast, int keyidx,