Searched defs:eap_server_method_free (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c68 * The returned structure should be freed with eap_server_method_free() when it
87 * eap_server_method_free - Free EAP server method structure
90 void eap_server_method_free(struct eap_method *method) function
147 eap_server_method_free(m);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c68 * The returned structure should be freed with eap_server_method_free() when it
87 * eap_server_method_free - Free EAP server method structure
90 void eap_server_method_free(struct eap_method *method) function
147 eap_server_method_free(m);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c68 * The returned structure should be freed with eap_server_method_free() when it
87 * eap_server_method_free - Free EAP server method structure
90 void eap_server_method_free(struct eap_method *method) function
147 eap_server_method_free(m);

Completed in 116 milliseconds