Searched refs:gtk_buf (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 1369 u8 gtk_buf[32]; in wpa_supplicant_install_gtk() local 1390 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk() 1391 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk() 1392 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk() 1393 _gtk = gtk_buf; in wpa_supplicant_install_gtk() 1403 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1413 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1416 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1436 u8 gtk_buf[32]; in wpa_supplicant_install_mlo_gtk() local 1461 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_mlo_gtk() [all …]
|