Searched refs:reqVendor (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.c | 332 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE() 334 if (!eap_sm_allowMethod(sm, sm->reqVendor, method)) { in SM_STATE() 336 sm->reqVendor, method); in SM_STATE() 339 sm->reqVendor, method); in SM_STATE() 346 "vendor=%u method=%u", sm->reqVendor, method); in SM_STATE() 359 sm->m && sm->m->vendor == sm->reqVendor && in SM_STATE() 377 sm->reqVendor, method); in SM_STATE() 385 sm->reqVendor, method, sm->m->name); in SM_STATE() 400 sm->reqVendor, method, sm->m->name); in SM_STATE() 423 sm->reqVendor, method, sm->m->name); in SM_STATE() [all …]
|
D | eap_i.h | 326 int reqVendor; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.c | 340 eap_method = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE() 342 if (!eap_sm_allowMethod(sm, sm->reqVendor, method)) { in SM_STATE() 344 sm->reqVendor, method); in SM_STATE() 347 sm->reqVendor, method); in SM_STATE() 354 "vendor=%u method=%u", sm->reqVendor, method); in SM_STATE() 367 sm->m && sm->m->vendor == sm->reqVendor && in SM_STATE() 385 sm->reqVendor, method); in SM_STATE() 393 sm->reqVendor, method, sm->m->name); in SM_STATE() 408 sm->reqVendor, method, sm->m->name); in SM_STATE() 431 sm->reqVendor, method, sm->m->name); in SM_STATE() [all …]
|
D | eap_i.h | 326 int reqVendor; member
|