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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_psk.c 185 const struct eap_psk_hdr_3 *hdr3; local
199 hdr3 = (const struct eap_psk_hdr_3 *) pos;
200 if (pos == NULL || len < sizeof(*hdr3)) {
204 (unsigned long) sizeof(*hdr3));
208 left = len - sizeof(*hdr3);
209 pchannel = (const u8 *) (hdr3 + 1);
210 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr3->flags);
211 if (EAP_PSK_FLAGS_GET_T(hdr3->flags) != 2) {
213 EAP_PSK_FLAGS_GET_T(hdr3->flags));
218 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 180 const struct eap_psk_hdr_3 *hdr3; local
194 hdr3 = (const struct eap_psk_hdr_3 *) pos;
195 if (pos == NULL || len < sizeof(*hdr3)) {
199 (unsigned long) sizeof(*hdr3));
203 left = len - sizeof(*hdr3);
204 pchannel = (const u8 *) (hdr3 + 1);
205 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr3->flags);
206 if (EAP_PSK_FLAGS_GET_T(hdr3->flags) != 2) {
208 EAP_PSK_FLAGS_GET_T(hdr3->flags));
213 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s
    [all...]

Completed in 521 milliseconds