Searched defs:gtk_elem (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c546 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, argument
554 if (gtk_elem == NULL) {
560 gtk_elem, gtk_elem_len);
569 if (aes_unwrap(sm->ptk.kek, 16, gtk_len / 8, gtk_elem + 11, gtk)) {
591 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
593 if (gtk_elem[2] != keylen) {
596 gtk_elem[2], (unsigned long) keylen);
609 gtk_elem + 3, rsc_len, gtk, keylen) < 0) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c546 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, argument
554 if (gtk_elem == NULL) {
560 gtk_elem, gtk_elem_len);
569 if (aes_unwrap(sm->ptk.kek, 16, gtk_len / 8, gtk_elem + 11, gtk)) {
591 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
593 if (gtk_elem[2] != keylen) {
596 gtk_elem[2], (unsigned long) keylen);
609 gtk_elem + 3, rsc_len, gtk, keylen) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c546 static int wpa_ft_process_gtk_subelem(struct wpa_sm *sm, const u8 *gtk_elem, argument
554 if (gtk_elem == NULL) {
560 gtk_elem, gtk_elem_len);
569 if (aes_unwrap(sm->ptk.kek, 16, gtk_len / 8, gtk_elem + 11, gtk)) {
591 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
593 if (gtk_elem[2] != keylen) {
596 gtk_elem[2], (unsigned long) keylen);
609 gtk_elem + 3, rsc_len, gtk, keylen) < 0) {

Completed in 586 milliseconds