Home
last modified time | relevance | path

Searched defs:eap_method (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_server/
Deap_i.h24 struct eap_method { struct
25 int vendor;
26 enum eap_type method;
27 const char *name;
51 * registration (e.g., allocated struct eap_method), they should be argument
57 void (*free)(struct eap_method *method); argument
76 struct eap_method *next; argument
94 * @priv: Pointer to private EAP method data from eap_method::init() argument
102 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_peer/
Deap_i.h66 struct eap_method { struct
70 int vendor;
97 * @priv: Pointer to private EAP method data from eap_method::init() argument
106 * @priv: Pointer to private EAP method data from eap_method::init() argument
125 * @priv: Pointer to private EAP method data from eap_method::init() argument
133 * @priv: Pointer to private EAP method data from eap_method::init() argument
146 * @priv: Pointer to private EAP method data from eap_method::init() argument
163 * @priv: Pointer to private EAP method data from eap_method::init() argument
175 * @priv: Pointer to private EAP method data from eap_method::init() argument
188 * @priv: Pointer to private EAP method data from eap_method::init() argument
[all …]
Deap.c341 const struct eap_method *eap_method; in SM_STATE() local
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/wpa_supplicant/
Dconfig.h302 struct eap_method_type *eap_method; member
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/
Dap_config.h238 u8 eap_method; member
242 } eap_method[MAX_NAI_EAP_METHODS]; member