Home
last modified time | relevance | path

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

/hostap-3.6.0/src/eap_peer/
Deap_tls_common.c1101 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1141 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
1143 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1148 methods = _methods; in eap_peer_select_phase2_methods()