/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_i.h | 353 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
|
eap.c | 103 * eap_allowed_method - Check whether EAP method is allowed 109 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) function 738 if (!eap_allowed_method(sm, vendor, method)) { 774 if (eap_allowed_method(sm, m->vendor, m->method)) { 826 if (eap_allowed_method(sm, m->vendor, m->method)) { [all...] |
eap_aka.c | 805 eap_allowed_method(sm, EAP_VENDOR_IETF, [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_i.h | 354 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
|
eap.c | 104 * eap_allowed_method - Check whether EAP method is allowed 110 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) function 747 if (!eap_allowed_method(sm, vendor, method)) { 783 if (eap_allowed_method(sm, m->vendor, m->method)) { 835 if (eap_allowed_method(sm, m->vendor, m->method)) { [all...] |
eap_aka.c | 803 eap_allowed_method(sm, EAP_VENDOR_IETF, [all...] |