HomeSort by relevance Sort by last modified time
    Searched refs:EAP_METHOD (Results 1 - 2 of 2) sorted by null

  /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 249 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;
740 case EAP_METHOD:
828 struct eap_sm *sm, int id, const struct eap_method *methods
    [all...]

Completed in 64 milliseconds