Searched refs:a_id_len (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast_pac.c | 71 const u8 *a_id, size_t a_id_len, in eap_fast_get_pac() argument 77 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_get_pac() 78 os_memcmp(pac->a_id, a_id, a_id_len) == 0) { in eap_fast_get_pac() 89 const u8 *a_id, size_t a_id_len, u16 pac_type) in eap_fast_remove_pac() argument 97 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_remove_pac() 98 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 …]
|
D | eap_fast_pac.h | 23 size_t a_id_len; member 34 const u8 *a_id, size_t a_id_len,
|
D | eap_fast.c | 921 entry->a_id_len = len; in eap_fast_parse_pac_info() 1359 const u8 *a_id, size_t a_id_len) in eap_fast_select_pac() argument 1361 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len, in eap_fast_select_pac() 1369 data->pac, a_id, a_id_len, in eap_fast_select_pac() 1468 size_t a_id_len; in eap_fast_process_start() local 1478 a_id = eap_fast_get_a_id(pos, left, &a_id_len); in eap_fast_process_start() 1479 eap_fast_select_pac(data, a_id, a_id_len); in eap_fast_process_start()
|