Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c939 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
972 _methods = (struct eap_method_type *)os_realloc(methods, in eap_peer_select_phase2_methods()
974 if (_methods == NULL) { in eap_peer_select_phase2_methods()
979 methods = _methods; in eap_peer_select_phase2_methods()