Searched refs:pac_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.h28 u16 pac_type; member in struct:eap_fast_pac
35 u16 pac_type);
H A Deap_fast_pac.c66 * @pac_type: PAC-Type to search for
71 u16 pac_type)
76 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len &&
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
96 if (pac->pac_type == pac_type && pac->a_id_len == a_id_len &&
150 entry->a_id, entry->a_id_len, entry->pac_type);
157 pac->pac_type = entry->pac_type;
69 eap_fast_get_pac(struct eap_fast_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_fast_remove_pac(struct eap_fast_pac **pac_root, struct eap_fast_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c550 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT);
729 static u8 * eap_fast_write_pac_request(u8 *pos, u16 pac_type) argument
747 type->pac_type = host_to_be16(pac_type);
907 u16 pac_type; local
961 pac_type = WPA_GET_BE16(pos);
962 if (pac_type != PAC_TYPE_TUNNEL_PAC &&
963 pac_type != PAC_TYPE_USER_AUTHORIZATION &&
964 pac_type != PAC_TYPE_MACHINE_AUTHENTICATION) {
966 "%d", pac_type);
[all...]
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_tlv_common.h83 be16 pac_type; member in struct:eap_tlv_pac_ack_tlv
99 be16 pac_type; member in struct:eap_tlv_pac_type_tlv
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c1242 be_to_host16(tlv->pac_type) == type;

Completed in 162 milliseconds