Home
last modified time | relevance | path

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

/hostap-latest/src/eap_peer/
Deap_tls_common.c1110 struct eap_method_type *methods = NULL, *_methods; in eap_peer_select_phase2_methods() local
1150 _methods = os_realloc_array(methods, num_methods, in eap_peer_select_phase2_methods()
1152 if (_methods == NULL) { in eap_peer_select_phase2_methods()
1157 methods = _methods; in eap_peer_select_phase2_methods()