HomeSort by relevance Sort by last modified time
    Searched refs:eap_get_name (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 26 const char * eap_get_name(int vendor, EapType type);
39 static inline const char * eap_get_name(int vendor, EapType type) function
eap_methods.c 63 * eap_get_name - Get EAP method name for the given EAP type
71 const char * eap_get_name(int vendor, EapType type) function
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 518 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL)
528 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL)
531 eap_get_name(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2) == NULL)
539 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL)
560 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL)
1252 if (wpa_config_set(ssid, "eap", eap_get_name(EAP_VENDOR_IETF,
1260 eap_get_name(EAP_VENDOR_IETF,
1297 eap_get_name(EAP_VENDOR_IETF,
    [all...]
config_file.c 747 name = eap_get_name(cred->eap_method[0].vendor,
config.c 1042 name = eap_get_name(eap_methods[i].vendor,
    [all...]

Completed in 1030 milliseconds