Home
last modified time | relevance | path

Searched refs:gtk_len (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c1001 uint8_t *gtk, int gtk_len) in wpa_supplicant_process_3_of_4_gtk() argument
1006 "WPA: received GTK in pairwise handshake", gtk, gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1025 gtk_len -= 2; in wpa_supplicant_process_3_of_4_gtk()
1026 wpa_hexdump(MSG_DEBUG, "WPA: Group Key", gtk, gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1030 if (gtk_len != 16) { in wpa_supplicant_process_3_of_4_gtk()
1032 " Group Cipher key length %d.", gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1039 if (gtk_len != 32) { in wpa_supplicant_process_3_of_4_gtk()
1041 " Group Cipher key length %d.", gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1048 if (gtk_len != 13) { in wpa_supplicant_process_3_of_4_gtk()
1050 "WEP104 Group Cipher key length " "%d.", gtk_len); in wpa_supplicant_process_3_of_4_gtk()
[all …]