Searched refs:gtk_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 1334 u8 gtk_buf[32]; in wpa_supplicant_install_gtk() local 1355 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk() 1356 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk() 1357 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk() 1358 _gtk = gtk_buf; in wpa_supplicant_install_gtk() 1368 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1378 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1381 forced_memzero(gtk_buf, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 1401 u8 gtk_buf[32]; in wpa_supplicant_install_mlo_gtk() local 1426 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_mlo_gtk() [all …]
|