Searched refs:pac_type (Results 1 – 10 of 10) 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()156 pac->pac_type = entry->pac_type; in eap_fast_add_pac()306 (*pac)->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_fast_parse_start()334 pac->pac_type = atoi(pos); in eap_fast_parse_pac_type()335 if (pac->pac_type != PAC_TYPE_TUNNEL_PAC && in eap_fast_parse_pac_type()580 "START\nPAC-Type=%d\n", pac->pac_type); in eap_fast_add_pac_data()811 pac->pac_type = WPA_GET_BE16(pos); in eap_fast_load_pac_bin()[all …]
71 u16 pac_type) in eap_teap_get_pac() argument76 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_teap_get_pac()88 const u8 *a_id, size_t a_id_len, u16 pac_type) in eap_teap_remove_pac() argument96 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_teap_remove_pac()156 pac->pac_type = entry->pac_type; in eap_teap_add_pac()308 (*pac)->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_teap_parse_start()337 pac->pac_type = atoi(pos); in eap_teap_parse_pac_type()338 if (pac->pac_type != PAC_TYPE_TUNNEL_PAC) in eap_teap_parse_pac_type()585 "START\nPAC-Type=%d\n", pac->pac_type); in eap_teap_add_pac_data()815 pac->pac_type = WPA_GET_BE16(pos); in eap_teap_load_pac_bin()[all …]
28 u16 pac_type; member35 u16 pac_type);
767 type->pac_type = host_to_be16(pac_type); in eap_fast_write_pac_request()927 u16 pac_type; in eap_fast_parse_pac_info() local981 pac_type = WPA_GET_BE16(pos); in eap_fast_parse_pac_info()982 if (pac_type != PAC_TYPE_TUNNEL_PAC && in eap_fast_parse_pac_info()983 pac_type != PAC_TYPE_USER_AUTHORIZATION && in eap_fast_parse_pac_info()984 pac_type != PAC_TYPE_MACHINE_AUTHENTICATION) { in eap_fast_parse_pac_info()986 "%d", pac_type); in eap_fast_parse_pac_info()991 pac_type); in eap_fast_parse_pac_info()992 entry->pac_type = pac_type; in eap_fast_parse_pac_info()1014 entry->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_fast_process_pac_info()[all …]
528 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT); in eap_teap_tlv_pac_ack()1002 u16 pac_type; in eap_teap_parse_pac_info() local1056 pac_type = WPA_GET_BE16(pos); in eap_teap_parse_pac_info()1057 if (pac_type != PAC_TYPE_TUNNEL_PAC) { in eap_teap_parse_pac_info()1060 pac_type); in eap_teap_parse_pac_info()1065 pac_type); in eap_teap_parse_pac_info()1066 entry->pac_type = pac_type; in eap_teap_parse_pac_info()1088 entry->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_teap_process_pac_info()1230 type->pac_type = host_to_be16(PAC_TYPE_TUNNEL_PAC); in eap_teap_pac_request()1568 data->current_pac->pac_type); in eap_teap_select_pac()
83 be16 pac_type; member99 be16 pac_type; member
99 be16 pac_type; member107 be16 pac_type; member
1261 be_to_host16(tlv->pac_type) == type; in eap_fast_pac_type()
1497 be_to_host16(tlv->pac_type) == type; in eap_teap_pac_type()