Lines Matching refs:a_id
945 entry->a_id = pos; in eap_fast_parse_pac_info()
1029 if (entry->a_id == NULL || entry->a_id_info == NULL) { in eap_fast_process_pac_info()
1356 const u8 *a_id; in eap_fast_get_a_id() local
1363 a_id = buf; in eap_fast_get_a_id()
1373 a_id = (const u8 *) (hdr + 1); in eap_fast_get_a_id()
1377 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len); in eap_fast_get_a_id()
1379 return a_id; in eap_fast_get_a_id()
1384 const u8 *a_id, size_t a_id_len) in eap_fast_select_pac() argument
1386 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len, in eap_fast_select_pac()
1394 data->pac, a_id, a_id_len, in eap_fast_select_pac()
1492 const u8 *a_id; in eap_fast_process_start() local
1503 a_id = eap_fast_get_a_id(pos, left, &a_id_len); in eap_fast_process_start()
1504 eap_fast_select_pac(data, a_id, a_id_len); in eap_fast_process_start()