eap_server_method_alloc() function
eap_server_method_alloc - Allocate EAP server method structure @version: Version of the EAP server method interface (set to EAP_SERVER_METHOD_INTERFACE_VERSION) @vendor: EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF) @method: EAP type number (EAP_TYPE_*) @name: Name of the method (e.g., "TLS") Returns: Allocated EAP method structure or %NULL on failure The returned structure should be freed with eap_server_method_free() when it is not needed anymore.
eap_server_method_alloc() is called by 2 functions and calls 1 function:
![]()
eap_server_method_alloc()
eap_server_method_alloc() writes 4 variables:
![]()
eap_server_method_alloc()
eap_server_method_alloc() frees 1 types:
![]()
eap_server_method_alloc()