Searched defs:eap_method (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_state.h81 const std::string& eap_method() const { return eap_method_; } function in class:chromeos::NetworkState
/external/wpa_supplicant_8/hostapd/src/eap_peer/
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.c249 const struct eap_method *eap_method; local
258 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
267 eap_method ? eap_method->name : "unknown");
275 eap_method ? eap_method->name : "unknown");
299 sm->m = eap_method;
828 struct eap_sm *sm, int id, const struct eap_method *methods,
833 const struct eap_method *
[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...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
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...]
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 */
/external/wpa_supplicant_8/src/eap_peer/
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.c249 const struct eap_method *eap_method; local
258 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
267 eap_method ? eap_method->name : "unknown");
275 eap_method ? eap_method->name : "unknown");
299 sm->m = eap_method;
828 struct eap_sm *sm, int id, const struct eap_method *methods,
833 const struct eap_method *
[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...]
/external/wpa_supplicant_8/src/eap_server/
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...]
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 */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
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.c249 const struct eap_method *eap_method; local
258 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
267 eap_method ? eap_method->name : "unknown");
275 eap_method ? eap_method->name : "unknown");
299 sm->m = eap_method;
828 struct eap_sm *sm, int id, const struct eap_method *methods,
833 const struct eap_method *
[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...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
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...]
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 */
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwifi_config_view.cc1216 std::string eap_method; local
1218 shill::kEapMethodProperty, &eap_method);
1219 if (eap_method == shill::kEapMethodPEAP)
1221 else if (eap_method == shill::kEapMethodTTLS)
1223 else if (eap_method == shill::kEapMethodTLS)
1225 else if (eap_method == shill::kEapMethodLEAP)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h215 * eap_method - EAP method to use
221 struct eap_method_type *eap_method; member in struct:wpa_cred
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h175 u8 eap_method; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
179 } eap_method[MAX_NAI_EAP_METHODS]; member in struct:hostapd_nai_realm_data
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h175 u8 eap_method; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
179 } eap_method[MAX_NAI_EAP_METHODS]; member in struct:hostapd_nai_realm_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h175 u8 eap_method; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
179 } eap_method[MAX_NAI_EAP_METHODS]; member in struct:hostapd_nai_realm_data

Completed in 1953 milliseconds