Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.c1633 struct eap_method_type *prev_m; in wpa_config_parse_eap() local
1636 prev_m = ssid->eap.eap_methods; in wpa_config_parse_eap()
1637 for (i = 0; prev_m[i].vendor != EAP_VENDOR_IETF || in wpa_config_parse_eap()
1638 prev_m[i].method != EAP_TYPE_NONE; i++) { in wpa_config_parse_eap()
1646 if (prev_m[i].vendor == methods[j].vendor && in wpa_config_parse_eap()
1647 prev_m[i].method == methods[j].method) { in wpa_config_parse_eap()