HomeSort by: relevance | last modified time | path
    Searched defs:eap_method (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
eap_i.h 19 * struct eap_method - EAP method interface
24 struct eap_method { struct
51 * registration (e.g., allocated struct eap_method), they should be
57 void (*free)(struct eap_method *method);
76 struct eap_method *next;
81 * @priv: Pointer to private EAP method data from eap_method::init()
94 * @priv: Pointer to private EAP method data from eap_method::init()
153 const struct eap_method *m; /* selected EAP method */
eap_server_aka.c 50 u8 eap_method; member in struct:eap_aka_data
96 if (data->eap_method == EAP_TYPE_AKA_PRIME &&
99 if (data->eap_method == EAP_TYPE_AKA &&
139 if (data->eap_method == EAP_TYPE_AKA_PRIME) {
192 if ((data->eap_method == EAP_TYPE_AKA_PRIME &&
194 (data->eap_method == EAP_TYPE_AKA &&
234 data->eap_method = EAP_TYPE_AKA;
260 data->eap_method = EAP_TYPE_AKA_PRIME;
330 if (data->eap_method == EAP_TYPE_AKA_PRIME)
336 data->eap_method == EAP_TYPE_AKA_PRIME
    [all...]
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_aka.c 54 u8 eap_method; member in struct:eap_aka_data
104 data->eap_method = EAP_TYPE_AKA;
160 data->eap_method = EAP_TYPE_AKA_PRIME;
519 if (data->eap_method == EAP_TYPE_AKA_PRIME)
526 data->eap_method == EAP_TYPE_AKA_PRIME ?
552 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
566 if (data->eap_method == EAP_TYPE_AKA_PRIME)
592 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
595 return eap_sim_msg_finish(msg, data->eap_method, NULL, NULL, 0);
610 msg = eap_sim_msg_init(EAP_CODE_RESPONSE, id, data->eap_method,
    [all...]
eap_i.h 30 * struct eap_method_ret - EAP return values from struct eap_method::process()
34 * the return value of struct eap_method::process() so it is not included in
61 * struct eap_method - EAP method interface
66 struct eap_method { struct
97 * @priv: Pointer to private EAP method data from eap_method::init()
106 * @priv: Pointer to private EAP method data from eap_method::init()
125 * @priv: Pointer to private EAP method data from eap_method::init()
133 * @priv: Pointer to private EAP method data from eap_method::init()
146 * @priv: Pointer to private EAP method data from eap_method::init()
163 * @priv: Pointer to private EAP method data from eap_method::init(
    [all...]
eap.c 332 const struct eap_method *eap_method; local
341 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
350 eap_method ? eap_method->name : "unknown");
358 eap_method ? eap_method->name : "unknown");
382 sm->m = eap_method;
1306 case EAP_METHOD:
1402 struct eap_sm *sm, int id, const struct eap_method *methods
    [all...]
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 1474 const char *eap_method = NULL; local
1483 eap_method = "TLS";
1486 eap_method = "TTLS";
1489 eap_method = "PEAP";
1492 eap_method = "PWD";
1496 if (!eap_method) {
1501 if (set_cred(ctx->ifname, id, "eap", eap_method) < 0)
  /src/external/bsd/wpa/dist/src/radius/
radius_server.c 266 " eap_method TEXT,"
851 const char *imsi, *eap_method; local
862 eap_method = eap_get_method(sess->eap);
863 if (!eap_method)
872 sql = sqlite3_mprintf("INSERT INTO sim_provisioning(mobile_identifier_hash,imsi,mac_addr,eap_method,timestamp) VALUES (%Q,%Q,%Q,%Q,%u)",
873 hash_txt, imsi, addr_txt, eap_method, now.sec);
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 331 * eap_method - EAP method to use
337 struct eap_method_type *eap_method; member in struct:wpa_cred
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 236 u8 eap_method; member in struct:hostapd_nai_realm_data::hostapd_nai_realm_eap
240 } eap_method[MAX_NAI_EAP_METHODS]; member in struct:hostapd_nai_realm_data

Completed in 38 milliseconds