HomeSort by: relevance | last modified time | path
    Searched refs:EAP_METHOD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
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...]

Completed in 23 milliseconds