Lines Matching refs:a_id
935 entry->a_id = pos; in eap_fast_parse_pac_info()
1019 if (entry->a_id == NULL || entry->a_id_info == NULL) { in eap_fast_process_pac_info()
1346 const u8 *a_id; in eap_fast_get_a_id() local
1353 a_id = buf; in eap_fast_get_a_id()
1363 a_id = (const u8 *) (hdr + 1); in eap_fast_get_a_id()
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len); in eap_fast_get_a_id()
1369 return a_id; in eap_fast_get_a_id()
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()
1480 const u8 *a_id; in eap_fast_process_start() local
1491 a_id = eap_fast_get_a_id(pos, left, &a_id_len); in eap_fast_process_start()
1492 eap_fast_select_pac(data, a_id, a_id_len); in eap_fast_process_start()