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

  /external/wpa_supplicant_8/src/eap_peer/
eap.c 258 eap_method = eap_peer_get_eap_method(sm->reqVendor, method);
260 if (!eap_sm_allowMethod(sm, sm->reqVendor, method)) {
262 sm->reqVendor, method);
265 sm->reqVendor, method);
272 "vendor=%u method=%u", sm->reqVendor, method);
285 sm->m && sm->m->vendor == sm->reqVendor &&
303 sm->reqVendor, method);
311 sm->reqVendor, method, sm->m->name);
323 sm->reqVendor, method, sm->m->name);
346 sm->reqVendor, method, sm->m->name)
    [all...]
eap_i.h 302 int reqVendor;

Completed in 64 milliseconds