Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c70 const u8 *a_id, size_t a_id_len, in eap_fast_get_pac() argument
76 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_get_pac()
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) { in eap_fast_get_pac()
88 const u8 *a_id, size_t a_id_len, u16 pac_type) in eap_fast_remove_pac() argument
96 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_remove_pac()
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) { in eap_fast_remove_pac()
150 entry->a_id, entry->a_id_len, entry->pac_type); in eap_fast_add_pac()
163 eap_fast_copy_buf(&pac->a_id, &pac->a_id_len, in eap_fast_add_pac()
164 entry->a_id, entry->a_id_len) < 0 || in eap_fast_add_pac()
377 pac->a_id = eap_fast_parse_hex(pos, &pac->a_id_len); in eap_fast_parse_a_id()
[all …]
Deap_fast_pac.h23 size_t a_id_len; member
34 const u8 *a_id, size_t a_id_len,
Deap_fast.c936 entry->a_id_len = len; in eap_fast_parse_pac_info()
1374 const u8 *a_id, size_t a_id_len) in eap_fast_select_pac() argument
1376 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len, in eap_fast_select_pac()
1384 data->pac, a_id, a_id_len, in eap_fast_select_pac()
1483 size_t a_id_len; in eap_fast_process_start() local
1493 a_id = eap_fast_get_a_id(pos, left, &a_id_len); in eap_fast_process_start()
1494 eap_fast_select_pac(data, a_id, a_id_len); in eap_fast_process_start()