Searched refs:pac_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast_pac.c | 71 u16 pac_type) 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() 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() 149 entry->a_id, entry->a_id_len, entry->pac_type); in eap_fast_add_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() 336 pac->pac_type != PAC_TYPE_USER_AUTHORIZATION && in eap_fast_parse_pac_type() [all …]
|
H A D | eap_teap_pac.c | 71 u16 pac_type) in eap_teap_get_pac() argument 76 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() argument 96 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len && in eap_teap_remove_pac() 149 entry->a_id, entry->a_id_len, entry->pac_type); in eap_teap_add_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() [all …]
|
H A D | eap_fast_pac.h | 28 u16 pac_type; member 35 u16 pac_type);
|
H A D | eap_teap_pac.h | 28 u16 pac_type; member 35 u16 pac_type);
|
H A D | eap_fast.c | 570 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT); in eap_fast_tlv_pac_ack() 739 static u8 * eap_fast_write_pac_request(u8 *pos, u16 pac_type) in eap_fast_write_pac_request() argument 757 type->pac_type = host_to_be16(pac_type); in eap_fast_write_pac_request() 917 u16 pac_type; in eap_fast_parse_pac_info() local 971 pac_type = WPA_GET_BE16(pos); in eap_fast_parse_pac_info() 972 if (pac_type != PAC_TYPE_TUNNEL_PAC && in eap_fast_parse_pac_info() 973 pac_type != PAC_TYPE_USER_AUTHORIZATION && in eap_fast_parse_pac_info() 974 pac_type != PAC_TYPE_MACHINE_AUTHENTICATION) { in eap_fast_parse_pac_info() 976 "%d", pac_type); in eap_fast_parse_pac_info() 981 pac_type); in eap_fast_parse_pac_info() [all …]
|
H A D | eap_teap.c | 535 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT); in eap_teap_tlv_pac_ack() 1009 u16 pac_type; in eap_teap_parse_pac_info() local 1063 pac_type = WPA_GET_BE16(pos); in eap_teap_parse_pac_info() 1064 if (pac_type != PAC_TYPE_TUNNEL_PAC) { in eap_teap_parse_pac_info() 1067 pac_type); in eap_teap_parse_pac_info() 1072 pac_type); in eap_teap_parse_pac_info() 1073 entry->pac_type = pac_type; in eap_teap_parse_pac_info() 1095 entry->pac_type = PAC_TYPE_TUNNEL_PAC; in eap_teap_process_pac_info() 1237 type->pac_type = host_to_be16(PAC_TYPE_TUNNEL_PAC); in eap_teap_pac_request() 1575 data->current_pac->pac_type); in eap_teap_select_pac()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_tlv_common.h | 83 be16 pac_type; member 99 be16 pac_type; member
|
H A D | eap_teap_common.h | 99 be16 pac_type; member 107 be16 pac_type; member
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 1251 be_to_host16(tlv->pac_type) == type; in eap_fast_pac_type()
|
H A D | eap_server_teap.c | 1527 be_to_host16(tlv->pac_type) == type; in eap_teap_pac_type()
|