Searched refs:pac_type (Results 1 – 5 of 5) sorted by relevance
71 u16 pac_type) in eap_fast_get_pac() argument76 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_get_pac()88 const u8 *a_id, size_t a_id_len, u16 pac_type) in eap_fast_remove_pac() argument96 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_fast_remove_pac()150 entry->a_id, entry->a_id_len, entry->pac_type); in eap_fast_add_pac()157 pac->pac_type = entry->pac_type; in eap_fast_add_pac()307 (*pac)->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_fast_parse_start()335 pac->pac_type = atoi(pos); in eap_fast_parse_pac_type()336 if (pac->pac_type != PAC_TYPE_TUNNEL_PAC && in eap_fast_parse_pac_type()337 pac->pac_type != PAC_TYPE_USER_AUTHORIZATION && in eap_fast_parse_pac_type()[all …]
28 u16 pac_type; member35 u16 pac_type);
549 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT); in eap_fast_tlv_pac_ack()729 static u8 * eap_fast_write_pac_request(u8 *pos, u16 pac_type) in eap_fast_write_pac_request() argument747 type->pac_type = host_to_be16(pac_type); in eap_fast_write_pac_request()907 u16 pac_type; in eap_fast_parse_pac_info() local961 pac_type = WPA_GET_BE16(pos); in eap_fast_parse_pac_info()962 if (pac_type != PAC_TYPE_TUNNEL_PAC && in eap_fast_parse_pac_info()963 pac_type != PAC_TYPE_USER_AUTHORIZATION && in eap_fast_parse_pac_info()964 pac_type != PAC_TYPE_MACHINE_AUTHENTICATION) { in eap_fast_parse_pac_info()966 "%d", pac_type); in eap_fast_parse_pac_info()971 pac_type); in eap_fast_parse_pac_info()[all …]
83 be16 pac_type; member99 be16 pac_type; member
1248 be_to_host16(tlv->pac_type) == type; in eap_fast_pac_type()