Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:char

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);
33 size_t eap_get_names(char *buf, size_t buflen);
34 char ** eap_get_names_as_string_array(size_t *num);
40 static inline EapType eap_get_type(const char *name, int *vendor)
46 static inline const char * eap_get_name(int vendor, EapType type)
51 static inline size_t eap_get_names(char *buf, size_t buflen)
70 int eap_peer_method_load(const char *so);
75 static inline int eap_peer_method_load(const char *so)