Searched refs:eap_method (Results 1 - 25 of 159) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
18 void eap_server_method_free(struct eap_method *method);
19 int eap_server_method_register(struct eap_method *method);
H A Deap_server_methods.c16 static struct eap_method *eap_methods;
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
27 struct eap_method *m;
47 struct eap_method *m;
71 struct eap_method * eap_server_method_alloc(int version, int vendor,
74 struct eap_method *eap;
90 void eap_server_method_free(struct eap_method *method)
105 int eap_server_method_register(struct eap_method *method)
107 struct eap_method *m, *last = NULL;
138 struct eap_method *
[all...]
H A Deap_i.h19 * struct eap_method - EAP method interface
24 struct eap_method { struct
52 * registration (e.g., allocated struct eap_method), they should be
58 void (*free)(struct eap_method *method);
77 struct eap_method *next;
82 * @priv: Pointer to private EAP method data from eap_method::init()
139 const struct eap_method *m; /* selected EAP method */
H A Deap_server_aka.c48 u8 eap_method; member in struct:eap_aka_data
94 if (data->eap_method == EAP_TYPE_AKA_PRIME &&
97 if (data->eap_method == EAP_TYPE_AKA &&
115 if (data->eap_method == EAP_TYPE_AKA_PRIME) {
151 if ((data->eap_method == EAP_TYPE_AKA_PRIME &&
153 (data->eap_method == EAP_TYPE_AKA &&
193 data->eap_method = EAP_TYPE_AKA;
219 data->eap_method = EAP_TYPE_AKA_PRIME;
289 if (data->eap_method == EAP_TYPE_AKA_PRIME)
295 data->eap_method
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
18 void eap_server_method_free(struct eap_method *method);
19 int eap_server_method_register(struct eap_method *method);
H A Deap_server_methods.c16 static struct eap_method *eap_methods;
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
27 struct eap_method *m;
47 struct eap_method *m;
71 struct eap_method * eap_server_method_alloc(int version, int vendor,
74 struct eap_method *eap;
90 void eap_server_method_free(struct eap_method *method)
105 int eap_server_method_register(struct eap_method *method)
107 struct eap_method *m, *last = NULL;
138 struct eap_method *
[all...]
H A Deap_i.h19 * struct eap_method - EAP method interface
24 struct eap_method { struct
52 * registration (e.g., allocated struct eap_method), they should be
58 void (*free)(struct eap_method *method);
77 struct eap_method *next;
82 * @priv: Pointer to private EAP method data from eap_method::init()
139 const struct eap_method *m; /* selected EAP method */
H A Deap_server_aka.c48 u8 eap_method; member in struct:eap_aka_data
94 if (data->eap_method == EAP_TYPE_AKA_PRIME &&
97 if (data->eap_method == EAP_TYPE_AKA &&
115 if (data->eap_method == EAP_TYPE_AKA_PRIME) {
151 if ((data->eap_method == EAP_TYPE_AKA_PRIME &&
153 (data->eap_method == EAP_TYPE_AKA &&
193 data->eap_method = EAP_TYPE_AKA;
219 data->eap_method = EAP_TYPE_AKA_PRIME;
289 if (data->eap_method == EAP_TYPE_AKA_PRIME)
295 data->eap_method
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
18 void eap_server_method_free(struct eap_method *method);
19 int eap_server_method_register(struct eap_method *method);
H A Deap_server_methods.c16 static struct eap_method *eap_methods;
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
27 struct eap_method *m;
47 struct eap_method *m;
71 struct eap_method * eap_server_method_alloc(int version, int vendor,
74 struct eap_method *eap;
90 void eap_server_method_free(struct eap_method *method)
105 int eap_server_method_register(struct eap_method *method)
107 struct eap_method *m, *last = NULL;
138 struct eap_method *
[all...]
H A Deap_i.h19 * struct eap_method - EAP method interface
24 struct eap_method { struct
52 * registration (e.g., allocated struct eap_method), they should be
58 void (*free)(struct eap_method *method);
77 struct eap_method *next;
82 * @priv: Pointer to private EAP method data from eap_method::init()
139 const struct eap_method *m; /* selected EAP method */
H A Deap_server_aka.c48 u8 eap_method; member in struct:eap_aka_data
94 if (data->eap_method == EAP_TYPE_AKA_PRIME &&
97 if (data->eap_method == EAP_TYPE_AKA &&
115 if (data->eap_method == EAP_TYPE_AKA_PRIME) {
151 if ((data->eap_method == EAP_TYPE_AKA_PRIME &&
153 (data->eap_method == EAP_TYPE_AKA &&
193 data->eap_method = EAP_TYPE_AKA;
219 data->eap_method = EAP_TYPE_AKA_PRIME;
289 if (data->eap_method == EAP_TYPE_AKA_PRIME)
295 data->eap_method
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
15 const struct eap_method * eap_peer_get_methods(size_t *count);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
19 void eap_peer_method_free(struct eap_method *method);
20 int eap_peer_method_register(struct eap_method *method);
69 int eap_peer_method_unload(struct eap_method *method);
78 static inline int eap_peer_method_unload(struct eap_method *method)
H A Deap_methods.c19 static struct eap_method *eap_methods = NULL;
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
30 struct eap_method *m;
50 struct eap_method *m;
73 struct eap_method *m;
94 struct eap_method *m;
128 struct eap_method *m;
163 const struct eap_method * eap_peer_get_methods(size_t *count)
166 struct eap_method *m;
231 int eap_peer_method_unload(struct eap_method *metho
[all...]
H A Deap_aka.c51 u8 eap_method; member in struct:eap_aka_data
97 data->eap_method = EAP_TYPE_AKA;
123 data->eap_method = EAP_TYPE_AKA_PRIME;
475 if (data->eap_method == EAP_TYPE_AKA_PRIME)
482 data->eap_method == EAP_TYPE_AKA_PRIME ?
508 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
522 if (data->eap_method == EAP_TYPE_AKA_PRIME)
548 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
551 return eap_sim_msg_finish(msg, data->eap_method, NULL, NULL, 0);
566 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
[all...]
H A Deap_i.h27 * struct eap_method_ret - EAP return values from struct eap_method::process()
31 * the return value of struct eap_method::process() so it is not included in
58 * struct eap_method - EAP method interface
63 struct eap_method { struct
94 * @priv: Pointer to private EAP method data from eap_method::init()
103 * @priv: Pointer to private EAP method data from eap_method::init()
122 * @priv: Pointer to private EAP method data from eap_method::init()
130 * @priv: Pointer to private EAP method data from eap_method::init()
143 * @priv: Pointer to private EAP method data from eap_method::init()
160 * @priv: Pointer to private EAP method data from eap_method
[all...]
H A Deap_otp.c85 struct eap_method *eap;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
15 const struct eap_method * eap_peer_get_methods(size_t *count);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
19 void eap_peer_method_free(struct eap_method *method);
20 int eap_peer_method_register(struct eap_method *method);
69 int eap_peer_method_unload(struct eap_method *method);
78 static inline int eap_peer_method_unload(struct eap_method *method)
H A Deap_methods.c19 static struct eap_method *eap_methods = NULL;
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
30 struct eap_method *m;
50 struct eap_method *m;
73 struct eap_method *m;
94 struct eap_method *m;
128 struct eap_method *m;
163 const struct eap_method * eap_peer_get_methods(size_t *count)
166 struct eap_method *m;
231 int eap_peer_method_unload(struct eap_method *metho
[all...]
H A Deap_aka.c51 u8 eap_method; member in struct:eap_aka_data
97 data->eap_method = EAP_TYPE_AKA;
123 data->eap_method = EAP_TYPE_AKA_PRIME;
475 if (data->eap_method == EAP_TYPE_AKA_PRIME)
482 data->eap_method == EAP_TYPE_AKA_PRIME ?
508 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
522 if (data->eap_method == EAP_TYPE_AKA_PRIME)
548 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
551 return eap_sim_msg_finish(msg, data->eap_method, NULL, NULL, 0);
566 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
[all...]
H A Deap_i.h27 * struct eap_method_ret - EAP return values from struct eap_method::process()
31 * the return value of struct eap_method::process() so it is not included in
58 * struct eap_method - EAP method interface
63 struct eap_method { struct
94 * @priv: Pointer to private EAP method data from eap_method::init()
103 * @priv: Pointer to private EAP method data from eap_method::init()
122 * @priv: Pointer to private EAP method data from eap_method::init()
130 * @priv: Pointer to private EAP method data from eap_method::init()
143 * @priv: Pointer to private EAP method data from eap_method::init()
160 * @priv: Pointer to private EAP method data from eap_method
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
15 const struct eap_method * eap_peer_get_methods(size_t *count);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
19 void eap_peer_method_free(struct eap_method *method);
20 int eap_peer_method_register(struct eap_method *method);
69 int eap_peer_method_unload(struct eap_method *method);
78 static inline int eap_peer_method_unload(struct eap_method *method)
H A Deap_methods.c19 static struct eap_method *eap_methods = NULL;
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
30 struct eap_method *m;
50 struct eap_method *m;
73 struct eap_method *m;
94 struct eap_method *m;
128 struct eap_method *m;
163 const struct eap_method * eap_peer_get_methods(size_t *count)
166 struct eap_method *m;
231 int eap_peer_method_unload(struct eap_method *metho
[all...]
H A Deap_aka.c51 u8 eap_method; member in struct:eap_aka_data
97 data->eap_method = EAP_TYPE_AKA;
123 data->eap_method = EAP_TYPE_AKA_PRIME;
475 if (data->eap_method == EAP_TYPE_AKA_PRIME)
482 data->eap_method == EAP_TYPE_AKA_PRIME ?
508 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
522 if (data->eap_method == EAP_TYPE_AKA_PRIME)
548 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
551 return eap_sim_msg_finish(msg, data->eap_method, NULL, NULL, 0);
566 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
[all...]
H A Deap_i.h27 * struct eap_method_ret - EAP return values from struct eap_method::process()
31 * the return value of struct eap_method::process() so it is not included in
58 * struct eap_method - EAP method interface
63 struct eap_method { struct
94 * @priv: Pointer to private EAP method data from eap_method::init()
103 * @priv: Pointer to private EAP method data from eap_method::init()
122 * @priv: Pointer to private EAP method data from eap_method::init()
130 * @priv: Pointer to private EAP method data from eap_method::init()
143 * @priv: Pointer to private EAP method data from eap_method::init()
160 * @priv: Pointer to private EAP method data from eap_method
[all...]

Completed in 1936 milliseconds

1234567