HomeSort by relevance Sort by last modified time
    Searched defs:eap_method (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.h 247 EAPMethod eap_method; member in struct:chromeos::NetworkLibraryImplBase::ConnectData
native_network_parser.cc 1195 std::string eap_method; local
    [all...]
network_library.h 941 EAPMethod eap_method() const { return eap_method_; } function in class:chromeos::WifiNetwork
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 27 * 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::init(
    [all...]
eap.c 238 const struct eap_method *eap_method; local
247 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
256 eap_method ? eap_method->name : "unknown");
264 eap_method ? eap_method->name : "unknown");
288 sm->m = eap_method;
726 case EAP_METHOD:
803 struct eap_sm *sm, int id, const struct eap_method *methods
    [all...]
eap_aka.c 51 u8 eap_method; member in struct:eap_aka_data
99 data->eap_method = EAP_TYPE_AKA;
125 data->eap_method = EAP_TYPE_AKA_PRIME;
370 if (data->eap_method == EAP_TYPE_AKA_PRIME)
377 data->eap_method == EAP_TYPE_AKA_PRIME ?
403 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
417 if (data->eap_method == EAP_TYPE_AKA_PRIME)
443 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
461 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
477 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 48 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 == EAP_TYPE_AKA_PRIME
    [all...]
eap_i.h 19 * 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/automation/
testing_automation_provider_chromeos.cc 807 std::string eap_method, eap_auth, eap_identity; local
808 if (!args->GetString("eap_method", &eap_method) ||
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 179 * eap_method - EAP method to use
185 struct eap_method_type *eap_method; member in struct:wpa_cred
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 676 EAPMethod eap_method() const { return eap_method_; } function in class:chromeos::WifiNetwork
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 372 const std::string& eap_method) {
385 if (eap_method == flimflam::kEapMethodPEAP)
387 else if (eap_method == flimflam::kEapMethodTLS)
389 else if (eap_method == flimflam::kEapMethodTTLS)
391 else if (eap_method == flimflam::kEapMethodLEAP)
1664 std::string security, eap_method; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 169 u8 eap_method; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
173 } eap_method[MAX_NAI_EAP_METHODS]; member in struct:hostapd_nai_realm_data

Completed in 1078 milliseconds