Searched refs:num_types (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/eap_peer/ |
D | eap_tls_common.h | 141 size_t *num_types, int use_machine_cred); 142 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
D | eap_tls_common.c | 1107 size_t *num_types, int use_machine_cred) in eap_peer_select_phase2_methods() argument 1180 *num_types = num_methods; in eap_peer_select_phase2_methods() 1194 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument 1203 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak() 1204 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak() 1209 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
|