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

  /external/wpa_supplicant_8/src/eap_common/
eap_common.h 15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
17 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
21 EapType eap_get_type(const struct wpabuf *msg);
eap_common.c 66 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
128 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
199 EapType eap_get_type(const struct wpabuf *msg)
eap_defs.h 67 } EapType;
  /external/wpa_supplicant_8/src/eap_server/
eap_methods.h 15 EapType method);
17 EapType method, const char *name);
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
eap_server_methods.c 25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
45 EapType eap_server_get_type(const char *name, int *vendor)
72 EapType method, const char *name)
161 const char * eap_server_get_name(int vendor, EapType type)
eap_i.h 26 EapType method;
117 EapType currentMethod;
129 EapType respMethod;
eap_tls_common.h 69 struct wpabuf * eap_tls_msg_alloc(EapType type, size_t payload_len,
eap_server.c 42 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
44 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
342 EapType type;
1078 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor)
1080 EapType next;
1185 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method)
    [all...]
eap_server_tls_common.c 21 struct wpabuf * eap_tls_msg_alloc(EapType type, size_t payload_len,
eap_server_fast.c 111 static EapType eap_fast_req_failure(struct eap_sm *sm,
938 EapType eap_type)
    [all...]
eap_server_ttls.c 773 EapType eap_type)
eap_server_peap.c 573 EapType eap_type)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
18 EapType method, const char *name);
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor)
39 static inline const char * eap_get_name(int vendor, EapType type)
eap_tls_common.h 101 EapType eap_type, int peap_version,
104 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
111 EapType eap_type,
121 EapType eap_type, int peap_version, u8 id,
eap_i.h 72 EapType method;
291 EapType selectedMethod;
301 EapType reqMethod;
eap_methods.c 28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method)
48 EapType eap_peer_get_type(const char *name, int *vendor)
71 const char * eap_get_name(int vendor, EapType type)
280 EapType method, const char *name)
eap_tls_common.c 19 static struct wpabuf * eap_tls_msg_alloc(EapType type, size_t payload_len,
556 static int eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type,
655 EapType eap_type, int peap_version,
733 struct wpabuf * eap_peer_tls_build_ack(u8 id, EapType eap_type,
816 EapType eap_type,
969 EapType eap_type, int peap_version, u8 id,
    [all...]
eap.c 39 EapType method);
237 EapType method;
785 EapType method)
    [all...]

Completed in 292 milliseconds