Searched refs:eap_peer_get_type (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h25 EapType eap_peer_get_type(const char *name, int *vendor);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap_methods.c40 * eap_peer_get_type - Get EAP type for the given EAP method name
48 EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap.c1888 u8 type = eap_peer_get_type(name, &v);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h25 EapType eap_peer_get_type(const char *name, int *vendor);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap_methods.c40 * eap_peer_get_type - Get EAP type for the given EAP method name
48 EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap.c1888 u8 type = eap_peer_get_type(name, &v);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h25 EapType eap_peer_get_type(const char *name, int *vendor);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap_methods.c40 * eap_peer_get_type - Get EAP type for the given EAP method name
48 EapType eap_peer_get_type(const char *name, int *vendor) function
H A Deap.c1888 u8 type = eap_peer_get_type(name, &v);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1049 methods[num_methods].method = eap_peer_get_type(
2541 method.method = eap_peer_get_type(value, &method.vendor);

Completed in 206 milliseconds