Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_psk.c181 const struct eap_psk_hdr_3 *hdr3; in eap_psk_process_3() local
195 hdr3 = (const struct eap_psk_hdr_3 *) pos; in eap_psk_process_3()
196 if (pos == NULL || len < sizeof(*hdr3)) { in eap_psk_process_3()
200 (unsigned long) sizeof(*hdr3)); in eap_psk_process_3()
204 left = len - sizeof(*hdr3); in eap_psk_process_3()
205 pchannel = (const u8 *) (hdr3 + 1); in eap_psk_process_3()
206 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr3->flags); in eap_psk_process_3()
207 if (EAP_PSK_FLAGS_GET_T(hdr3->flags) != 2) { in eap_psk_process_3()
209 EAP_PSK_FLAGS_GET_T(hdr3->flags)); in eap_psk_process_3()
214 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s, in eap_psk_process_3()
[all …]