Home
last modified time | relevance | path

Searched refs:prev_m (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c1601 struct eap_method_type *prev_m; in wpa_config_parse_eap() local
1604 prev_m = ssid->eap.eap_methods; in wpa_config_parse_eap()
1605 for (i = 0; prev_m[i].vendor != EAP_VENDOR_IETF || in wpa_config_parse_eap()
1606 prev_m[i].method != EAP_TYPE_NONE; i++) { in wpa_config_parse_eap()
1614 if (prev_m[i].vendor == methods[j].vendor && in wpa_config_parse_eap()
1615 prev_m[i].method == methods[j].method) { in wpa_config_parse_eap()