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

/freebsd-11-stable/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_teap_pac.h28 u16 pac_type; member in struct:eap_teap_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 &&
149 entry->a_id, entry->a_id_len, entry->pac_type);
156 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_teap_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 &&
149 entry->a_id, entry->a_id_len, entry->pac_type);
156 pac->pac_type = entry->pac_type;
69 eap_teap_get_pac(struct eap_teap_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_teap_remove_pac(struct eap_teap_pac **pac_root, struct eap_teap_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c549 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...]
H A Deap_teap.c495 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT);
947 u16 pac_type; local
1001 pac_type = WPA_GET_BE16(pos);
1002 if (pac_type != PAC_TYPE_TUNNEL_PAC) {
1005 pac_type);
1010 pac_type);
1011 entry->pac_type = pac_type;
1033 entry->pac_type = PAC_TYPE_TUNNEL_PAC;
1175 type->pac_type
[all...]
/freebsd-11-stable/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
H A Deap_teap_common.h99 be16 pac_type; member in struct:teap_tlv_pac_ack
107 be16 pac_type; member in struct:teap_attr_pac_type
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c1247 be_to_host16(tlv->pac_type) == type;
H A Deap_server_teap.c1372 be_to_host16(tlv->pac_type) == type;

Completed in 138 milliseconds