Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c1968 const u8 *epos; in sae_parse_password_identifier() local
1985 epos = *pos; in sae_parse_password_identifier()
1986 epos++; /* skip IE type */ in sae_parse_password_identifier()
1987 len = *epos++; /* IE length */ in sae_parse_password_identifier()
1988 if (len > end - epos || len < 1) in sae_parse_password_identifier()
1990 epos++; /* skip ext ID */ in sae_parse_password_identifier()
1995 os_memcmp(sae->tmp->pw_id, epos, len) != 0)) { in sae_parse_password_identifier()
2006 os_memcpy(sae->tmp->pw_id, epos, len); in sae_parse_password_identifier()
2008 *pos = epos + len; in sae_parse_password_identifier()
2016 const u8 *epos; in sae_parse_rejected_groups() local
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_peap.c694 const u8 *epos; in eap_peap_phase2_request() local
697 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21, in eap_peap_phase2_request()
699 if (epos) { in eap_peap_phase2_request()
703 epos, eleft); in eap_peap_phase2_request()