Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Deap.c591 int allowed_method_count = 0; in eap_peer_config_init() local
610 config_methods[allowed_method_count].vendor = EAP_VENDOR_IETF; in eap_peer_config_init()
611 config_methods[allowed_method_count++].method = EAP_TYPE_PEAP; in eap_peer_config_init()
613 config_methods[allowed_method_count].vendor = EAP_VENDOR_IETF; in eap_peer_config_init()
614 config_methods[allowed_method_count++].method = EAP_TYPE_TTLS; in eap_peer_config_init()
618 config_methods[allowed_method_count].vendor = EAP_VENDOR_IETF; in eap_peer_config_init()
619 config_methods[allowed_method_count++].method = EAP_TYPE_TLS; in eap_peer_config_init()
624 config_methods[allowed_method_count].vendor = EAP_VENDOR_IETF; in eap_peer_config_init()
625 config_methods[allowed_method_count++].method = EAP_TYPE_FAST; in eap_peer_config_init()
629 config_methods[allowed_method_count].vendor = EAP_VENDOR_IETF; in eap_peer_config_init()
[all …]