Searched refs:a_id_len (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_fast_pac.c | 70 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() 149 entry->a_id, entry->a_id_len, entry->pac_type); in eap_fast_add_pac() 162 eap_fast_copy_buf(&pac->a_id, &pac->a_id_len, in eap_fast_add_pac() 163 entry->a_id, entry->a_id_len) < 0 || in eap_fast_add_pac() 376 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 | 936 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()
|