HomeSort by relevance Sort by last modified time
    Searched full:hdr3 (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 182 const struct eap_psk_hdr_3 *hdr3; local
196 hdr3 = (const struct eap_psk_hdr_3 *) pos;
197 if (pos == NULL || len < sizeof(*hdr3)) {
201 (unsigned long) sizeof(*hdr3));
205 left = len - sizeof(*hdr3);
206 pchannel = (const u8 *) (hdr3 + 1);
207 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr3->flags);
208 if (EAP_PSK_FLAGS_GET_T(hdr3->flags) != 2) {
210 EAP_PSK_FLAGS_GET_T(hdr3->flags));
215 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s
    [all...]

Completed in 47 milliseconds