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

  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 25 const char * eap_get_name(int vendor, EapType type);
38 static inline const char * eap_get_name(int vendor, EapType type) function
eap_methods.c 65 * eap_get_name - Get EAP method name for the given EAP type
73 const char * eap_get_name(int vendor, EapType type) function
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 599 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
617 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL) {
624 eap_get_name(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2) == NULL) {
635 eap_get_name(EAP_VENDOR_IETF, eap->inner_method) == NULL) {
669 if (eap_get_name(EAP_VENDOR_IETF, eap->method) == NULL) {
    [all...]
config_file.c 914 name = eap_get_name(cred->eap_method[0].vendor,
    [all...]
config.c 1413 name = eap_get_name(eap_methods[i].vendor,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp     [all...]

Completed in 326 milliseconds