Searched refs:hdr3 (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_psk.c | 181 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_psk.c | 181 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 …]
|