Searched refs:reqVendor (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 224 if (!eap_sm_allowMethod(sm, sm->reqVendor, method)) { in SM_STATE() 226 sm->reqVendor, method); in SM_STATE() 229 sm->reqVendor, method); in SM_STATE() 234 "vendor=%u method=%u", sm->reqVendor, method); in SM_STATE() 245 sm->m && sm->m->vendor == sm->reqVendor && in SM_STATE() 259 sm->m = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE() 263 sm->reqVendor, method); in SM_STATE() 271 sm->reqVendor, method, sm->m->name); in SM_STATE() 283 sm->reqVendor, method, sm->m->name); in SM_STATE() 306 sm->reqVendor, method, sm->m->name); in SM_STATE() [all …]
|
D | eap_i.h | 289 int reqVendor; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap.c | 228 if (!eap_sm_allowMethod(sm, sm->reqVendor, method)) { in SM_STATE() 230 sm->reqVendor, method); in SM_STATE() 243 sm->m && sm->m->vendor == sm->reqVendor && in SM_STATE() 257 sm->m = eap_peer_get_eap_method(sm->reqVendor, method); in SM_STATE() 261 sm->reqVendor, method); in SM_STATE() 267 sm->reqVendor, method, sm->m->name); in SM_STATE() 279 sm->reqVendor, method, sm->m->name); in SM_STATE() 302 sm->reqVendor, method, sm->m->name); in SM_STATE() 771 if (sm->reqVendor == m->vendor && in eap_sm_build_expanded_nak() 808 sm->reqVendor, sm->reqVendorMethod); in eap_sm_buildNak() [all …]
|
D | eap_i.h | 295 int reqVendor; member
|