HomeSort by relevance Sort by last modified time
    Searched refs:EapType (Results 1 - 25 of 39) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.h 19 EapType method);
21 EapType method, const char *name);
25 EapType eap_server_get_type(const char *name, int *vendor);
eap_i.h 32 EapType method;
123 EapType currentMethod;
135 EapType respMethod;
eap_methods.c 31 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
51 EapType eap_server_get_type(const char *name, int *vendor)
78 EapType method, const char *name)
  /external/wpa_supplicant/
eap_methods.h 20 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method);
24 EapType method, const char *name);
31 EapType eap_get_type(const char *name, int *vendor);
32 const char * eap_get_name(int vendor, EapType type);
40 static inline EapType eap_get_type(const char *name, int *vendor)
46 static inline const char * eap_get_name(int vendor, EapType type)
eap_tls_common.h 58 EapType eap_type, int peap_version,
62 EapType eap_type, int peap_version);
67 EapType eap_type, struct eap_method_ret *ret,
eap_defs.h 64 } EapType;
eap_i.h 76 EapType method;
285 EapType selectedMethod;
296 EapType reqMethod;
340 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
351 struct eap_hdr * eap_msg_alloc(int vendor, EapType type, size_t *len,
eap_methods.c 34 const struct eap_method * eap_sm_get_eap_methods(int vendor, EapType method)
54 EapType eap_get_type(const char *name, int *vendor)
77 const char * eap_get_name(int vendor, EapType type)
284 EapType method, const char *name)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.h 20 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
24 EapType method, const char *name);
31 EapType eap_peer_get_type(const char *name, int *vendor);
32 const char * eap_get_name(int vendor, EapType type);
40 static inline EapType eap_peer_get_type(const char *name, int *vendor)
46 static inline const char * eap_get_name(int vendor, EapType type)
eap_tls_common.h 109 EapType eap_type, int peap_version,
112 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
119 EapType eap_type,
129 EapType eap_type, int peap_version, u8 id,
eap_i.h 78 EapType method;
284 EapType selectedMethod;
294 EapType reqMethod;
eap_methods.c 34 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
54 EapType eap_peer_get_type(const char *name, int *vendor)
77 const char * eap_get_name(int vendor, EapType type)
284 EapType method, const char *name)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_common.h 20 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
22 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
26 EapType eap_get_type(const struct wpabuf *msg);
eap_defs.h 72 } EapType;
eap_common.c 37 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
107 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
178 EapType eap_get_type(const struct wpabuf *msg)
  /external/wpa_supplicant_8/src/eap_common/
eap_common.h 20 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
22 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
26 EapType eap_get_type(const struct wpabuf *msg);
eap_defs.h 73 } EapType;
eap_common.c 37 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
107 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
178 EapType eap_get_type(const struct wpabuf *msg)
  /external/wpa_supplicant_8/src/eap_server/
eap_methods.h 21 EapType method);
23 EapType method, const char *name);
27 EapType eap_server_get_type(const char *name, int *vendor);
29 const char * eap_server_get_name(int vendor, EapType type);
eap_server_methods.c 31 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
51 EapType eap_server_get_type(const char *name, int *vendor)
78 EapType method, const char *name)
167 const char * eap_server_get_name(int vendor, EapType type)
eap_i.h 32 EapType method;
123 EapType currentMethod;
135 EapType respMethod;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 20 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
24 EapType method, const char *name);
31 EapType eap_peer_get_type(const char *name, int *vendor);
32 const char * eap_get_name(int vendor, EapType type);
39 static inline EapType eap_peer_get_type(const char *name, int *vendor)
45 static inline const char * eap_get_name(int vendor, EapType type)
eap_tls_common.h 96 EapType eap_type, int peap_version,
99 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
106 EapType eap_type,
116 EapType eap_type, int peap_version, u8 id,
eap_i.h 78 EapType method;
284 EapType selectedMethod;
294 EapType reqMethod;
eap_methods.c 34 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
54 EapType eap_peer_get_type(const char *name, int *vendor)
77 const char * eap_get_name(int vendor, EapType type)
284 EapType method, const char *name)

Completed in 163 milliseconds

1 2