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

  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.h 14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
eap_methods.c 25 * eap_peer_get_eap_method - Get EAP method based on type number
30 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) function
eap.c 271 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
1139 if (eap_peer_get_eap_method(vendor, method))
    [all...]
eap_peap.c 696 data->phase2_method = eap_peer_get_eap_method(
    [all...]
eap_fast.c 348 eap_peer_get_eap_method(data->phase2_type.vendor,
    [all...]
eap_ttls.c 413 data->phase2_method = eap_peer_get_eap_method(
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 422 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_SIM) == NULL)
424 if (eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA) == NULL &&
425 eap_peer_get_eap_method(EAP_VENDOR_IETF, EAP_TYPE_AKA_PRIME) ==
    [all...]

Completed in 257 milliseconds