Found 23 other functions taking a
eap_fast_pac
argument:
eap_fast_free_pac - Free PAC data @pac: Pointer to the PAC entry Note that the PAC entry must not be in a list since this function does not remove the list links.
eap_fast_get_pac - Get a PAC entry based on A-ID @pac_root: Pointer to root of the PAC list @a_id: A-ID to search for @a_id_len: Length of A-ID @pac_type: PAC-Type to search for Returns: Pointer to the PAC entry, or %NULL if A-ID not found
eap_fast_pac_list_truncate - Truncate a PAC list to the given length @pac_root: Root of the PAC list @max_len: Maximum length of the list (>= 1) Returns: Number of PAC entries removed
eap_fast_load_pac - Load PAC entries (text format) @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @pac_root: Pointer to root of the PAC list (to be filled) @pac_file: Name of the PAC file/blob to load Returns: 0 on success, -1 on failure
eap_fast_save_pac - Save PAC entries (text format) @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @pac_root: Root of the PAC list @pac_file: Name of the PAC file/blob Returns: 0 on success, -1 on failure
eap_fast_load_pac_bin - Load PAC entries (binary format) @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @pac_root: Pointer to root of the PAC list (to be filled) @pac_file: Name of the PAC file/blob to load Returns: 0 on success, -1 on failure
eap_fast_save_pac_bin - Save PAC entries (binary format) @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @pac_root: Root of the PAC list @pac_file: Name of the PAC file/blob Returns: 0 on success, -1 on failure