HomeSort by relevance Sort by last modified time
    Searched defs:eap_peer_method_load (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 67 int eap_peer_method_load(const char *so);
72 static inline int eap_peer_method_load(const char *so) function
eap_methods.c 180 * eap_peer_method_load - Load a dynamic EAP method library (shared object)
184 int eap_peer_method_load(const char *so) function
229 * loaded with eap_peer_method_load(). Before unloading the method, all

Completed in 75 milliseconds