Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:eap_methods

1084 	os_free(ssid->eap.eap_methods);
1085 ssid->eap.eap_methods = methods;
1095 const struct eap_method_type *eap_methods = ssid->eap.eap_methods;
1098 if (eap_methods == NULL)
1106 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1107 eap_methods[i].method != EAP_TYPE_NONE; i++) {
1108 name = eap_get_name(eap_methods[i].vendor,
1109 eap_methods[i].method);
1866 os_free(eap->eap_methods);