Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c776 int keyidx; in wpa_ft_process_gtk_subelem() local
827 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem()
844 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0, in wpa_ft_process_gtk_subelem()
861 u16 keyidx; in wpa_ft_process_igtk_subelem() local
907 keyidx = WPA_GET_LE16(igtk_elem); in wpa_ft_process_igtk_subelem()
912 broadcast_ether_addr, keyidx, 0, in wpa_ft_process_igtk_subelem()
931 u16 keyidx; in wpa_ft_process_bigtk_subelem() local
975 keyidx = WPA_GET_LE16(bigtk_elem); in wpa_ft_process_bigtk_subelem()
980 broadcast_ether_addr, keyidx, 0, in wpa_ft_process_bigtk_subelem()
Dwpa.c1025 int tx, key_rsc_len, keyidx; member
1046 gd->keyidx, gd->tx, gd->gtk_len); in wpa_supplicant_install_gtk()
1053 gd->keyidx, gd->tx, gd->gtk_len); in wpa_supplicant_install_gtk()
1064 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1074 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk()
1079 gd->alg, gd->gtk_len, gd->keyidx); in wpa_supplicant_install_gtk()
1169 gd.keyidx = gtk[0] & 0x3; in wpa_supplicant_pairwise_gtk()
1203 u16 keyidx = WPA_GET_LE16(igtk->keyid); in wpa_supplicant_install_igtk() local
1213 keyidx); in wpa_supplicant_install_igtk()
1219 keyidx, MAC2STR(igtk->pn)); in wpa_supplicant_install_igtk()
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_set_key/
Dformat18 field:s8 keyidx; offset:78; size:1; signed:1;
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt11 - 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
Dwpas_glue.c241 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument
255 keyidx, unicast, NULL, 0, key, keylen, in wpa_eapol_set_wep_key()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c802 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx, in hostapd_config_read_wep() argument
807 if (keyidx < 0 || keyidx > 3) in hostapd_config_read_wep()
813 bin_clear_free(wep->key[keyidx], wep->len[keyidx]); in hostapd_config_read_wep()
814 wep->key[keyidx] = NULL; in hostapd_config_read_wep()
815 wep->len[keyidx] = 0; in hostapd_config_read_wep()
825 if (wep->key[keyidx] != NULL) in hostapd_config_read_wep()
832 wep->key[keyidx] = os_memdup(val + 1, len); in hostapd_config_read_wep()
833 if (wep->key[keyidx] == NULL) in hostapd_config_read_wep()
835 wep->len[keyidx] = len; in hostapd_config_read_wep()
840 wep->key[keyidx] = os_malloc(len); in hostapd_config_read_wep()
[all …]
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h287 int keyidx, int encr, int force_version);
Dwpa_auth.c1483 int keyidx, int encr, int force_version) in __wpa_send_eapol() argument
1521 pairwise, kde_len, keyidx, encr); in __wpa_send_eapol()
1554 key_info |= keyidx << WPA_KEY_INFO_KEY_INDEX_SHIFT; in __wpa_send_eapol()
1696 int keyidx, int encr) in wpa_send_eapol() argument
1706 keyidx, encr, 0); in wpa_send_eapol()
/external/wpa_supplicant_8/src/eapol_supp/
Deapol_supp_sm.h163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,