Home
last modified time | relevance | path

Searched refs:eap_peer_method_load (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.h69 int eap_peer_method_load(const char *so);
74 static inline int eap_peer_method_load(const char *so) in eap_peer_method_load() function
H A Deap_methods.c185 int eap_peer_method_load(const char *so) in eap_peer_method_load() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c5003 ret = eap_peer_method_load(so); in wpa_config_process_load_dynamic_eap()