HomeSort by relevance Sort by last modified time
    Searched defs:eap_allowed_method (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
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...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 112 * eap_allowed_method - Check whether EAP method is allowed
118 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) function
775 if (!eap_allowed_method(sm, vendor, method)) {
811 if (eap_allowed_method(sm, m->vendor, m->method)) {
863 if (eap_allowed_method(sm, m->vendor, m->method)) {
    [all...]

Completed in 46 milliseconds