Searched refs:keyidx (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 898 gd->keyidx, gd->tx, gd->gtk_len); in wpa_supplicant_install_gtk() 902 "(keyidx=%d tx=%d len=%d).", gd->keyidx, gd->tx, in wpa_supplicant_install_gtk() 916 gd->keyidx, 1, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 924 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len, in wpa_supplicant_install_gtk() 928 gd->alg, gd->gtk_len, gd->keyidx); in wpa_supplicant_install_gtk() 945 int keyidx = gd->keyidx; in wpa_supplicant_gtk_in_use() local 947 wpa_printf(MSG_DEBUG, "WPA: Judge GTK: (keyidx=%d len=%d).", gd->keyidx, gd->gtk_len); in wpa_supplicant_gtk_in_use() 957 if (wpa_sm_get_key(&ifx, &alg, bssid, &keyidx, gtk_get, gd->gtk_len, KEY_FLAG_GROUP) == 0) { in wpa_supplicant_gtk_in_use() 960 … wpa_printf(MSG_DEBUG, "GTK %d is already in use, it may be an attack, ignore it.", gd->keyidx); in wpa_supplicant_gtk_in_use() 1005 gd->keyidx = gtk[0] & 0x3; in wpa_supplicant_pairwise_gtk() [all …]
|
D | wpa_ft.c | 589 int keyidx; in wpa_ft_process_gtk_subelem() local 630 keyidx = WPA_GET_LE16(gtk_elem) & 0x03; in wpa_ft_process_gtk_subelem() 647 if (wpa_sm_set_key(&(sm->install_gtk), alg, sm->bssid, keyidx, 0, in wpa_ft_process_gtk_subelem() 700 keyidx = WPA_GET_LE16(igtk_elem); 701 if (wpa_sm_set_key(&(sm->install_gtk), WIFI_WPA_ALG_IGTK, sm->bssid, keyidx, 0,
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 1010 int keyidx, int encr, int force_version) in __wpa_send_eapol() argument 1022 wpa_auth,sm, key_rsc, kde, nonce, kde_len, keyidx, encr, force_version); in __wpa_send_eapol() 1046 pairwise, (unsigned long) kde_len, keyidx, encr); in __wpa_send_eapol() 1075 key_info |= keyidx << WPA_KEY_INFO_KEY_INDEX_SHIFT; in __wpa_send_eapol() 1195 int keyidx, int encr) in wpa_send_eapol() argument 1204 keyidx, encr, 0); in wpa_send_eapol() 1807 int wpa_ie_len, secure, keyidx, encr = 0; in SM_STATE() local 1850 keyidx = gsm->GN; in SM_STATE() 1858 keyidx = 0; in SM_STATE() 1903 hdr[0] = keyidx & 0x03; in SM_STATE() [all …]
|
D | wpa_auth_i.h | 204 int keyidx, int encr, int force_version);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.h | 224 int tx, key_rsc_len, keyidx; member
|