Searched refs:gtk_buf (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 867 u8 gtk_buf[32]; in wpa_supplicant_install_gtk() local 888 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk() 889 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk() 890 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk() 891 _gtk = gtk_buf; in wpa_supplicant_install_gtk() 900 os_memset(gtk_buf, 0, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 910 os_memset(gtk_buf, 0, sizeof(gtk_buf)); in wpa_supplicant_install_gtk() 913 os_memset(gtk_buf, 0, sizeof(gtk_buf)); in wpa_supplicant_install_gtk()
|