Searched refs:eap_method (Results 1 – 10 of 10) sorted by relevance
15 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);16 const struct eap_method * eap_peer_get_methods(size_t *count);22 struct eap_method * eap_peer_method_alloc(int verdor, EapType method,25 void eap_peer_method_free(struct eap_method *method);26 int eap_peer_method_register(struct eap_method *method);
51 static struct eap_method *eap_methods = NULL;53 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method()55 struct eap_method *m; in eap_peer_get_eap_method()63 const struct eap_method * eap_peer_get_methods(size_t *count) in eap_peer_get_methods()66 struct eap_method *m; in eap_peer_get_methods()77 struct eap_method *m; in eap_peer_get_type()116 const struct eap_method *methods, *m; in eap_get_phase2_types()143 struct eap_method * eap_peer_method_alloc(int vendor, EapType method, in eap_peer_method_alloc()146 struct eap_method *eap; in eap_peer_method_alloc()147 eap = (struct eap_method *)os_zalloc(sizeof(*eap)); in eap_peer_method_alloc()[all …]
66 struct eap_method { struct204 void (*free)(struct eap_method *method); argument223 struct eap_method *next; argument312 const struct eap_method *m;
213 struct eap_method *eap; in eap_peer_tls_register()
37 const struct eap_method *phase2_method;1334 struct eap_method *eap; in eap_peer_peap_register()
35 const struct eap_method *phase2_method;1678 struct eap_method *eap; in eap_peer_ttls_register()
844 struct eap_method *eap; in eap_peer_mschapv2_register()
37 const struct eap_method *phase2_method;1786 struct eap_method *eap; in eap_peer_fast_register()
167 u8 eap_method;171 } eap_method[MAX_NAI_EAP_METHODS];
371 const struct eap_method *m = NULL; in eap_sm_process_request()