Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c950 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
983 _methods = (struct eap_method_type *)os_realloc(methods, in eap_peer_select_phase2_methods()
985 if (_methods == NULL) { in eap_peer_select_phase2_methods()
990 methods = _methods; in eap_peer_select_phase2_methods()