Searched refs:pac_file (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.h40 const char *pac_file);
42 const char *pac_file);
46 const char *pac_file);
48 const char *pac_file);
H A Deap_teap_pac.h40 const char *pac_file);
42 const char *pac_file);
46 const char *pac_file);
48 const char *pac_file);
H A Deap_teap_pac.c254 static int eap_teap_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
267 blob = eap_get_config_blob(sm, pac_file + 7);
271 pac_file + 7);
278 rc->f = fopen(pac_file, "rb");
282 pac_file);
409 * @pac_file: Name of the PAC file/blob to load
413 const char *pac_file)
421 if (!pac_file)
424 if (eap_teap_init_pac_data(sm, pac_file,
412 eap_teap_load_pac(struct eap_sm *sm, struct eap_teap_pac **pac_root, const char *pac_file) argument
536 eap_teap_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
622 eap_teap_save_pac(struct eap_sm *sm, struct eap_teap_pac *pac_root, const char *pac_file) argument
752 eap_teap_load_pac_bin(struct eap_sm *sm, struct eap_teap_pac **pac_root, const char *pac_file) argument
875 eap_teap_save_pac_bin(struct eap_sm *sm, struct eap_teap_pac *pac_root, const char *pac_file) argument
[all...]
H A Deap_fast_pac.c253 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
263 if (os_strncmp(pac_file, "blob://", 7) == 0) {
265 blob = eap_get_config_blob(sm, pac_file + 7);
269 "provisioned", pac_file + 7);
276 rc->f = fopen(pac_file, "rb");
280 "provisioned", pac_file);
408 * @pac_file: Name of the PAC file/blob to load
412 const char *pac_file)
420 if (pac_file == NULL)
423 if (eap_fast_init_pac_data(sm, pac_file,
411 eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
535 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
618 eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
748 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
871 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]
H A Deap_config.h708 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
717 char *pac_file; member in struct:eap_peer_config
H A Deap_teap.c207 if (!config->pac_file) {
214 eap_teap_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
221 eap_teap_load_pac(sm, &data->pac, config->pac_file) < 0) {
1084 eap_teap_save_pac_bin(sm, data->pac, config->pac_file);
1086 eap_teap_save_pac(sm, data->pac, config->pac_file);
H A Deap_fast.c198 if (!config->pac_file) {
205 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
212 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1045 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1047 eap_fast_save_pac(sm, data->pac, config->pac_file);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1336 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
1712 pac_file="/etc/wpa_supplicant.eap-fast-pac"
1723 pac_file="blob://eap-fast-pac"
H A Dconfig_file.c825 STR(pac_file);
H A Dconfig.c2303 { STRe(pac_file) },
2561 os_free(eap->pac_file);

Completed in 189 milliseconds