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

/external/wpa_supplicant_8/hostapd/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_fast_pac.c254 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
266 blob = eap_get_config_blob(sm, pac_file + 7);
270 "provisioned", pac_file + 7);
277 rc->f = fopen(pac_file, "rb");
281 "provisioned", pac_file);
409 * @pac_file: Name of the PAC file/blob to load
413 const char *pac_file)
421 if (pac_file == NULL)
424 if (eap_fast_init_pac_data(sm, pac_file,
412 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
750 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
867 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.h606 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
615 char *pac_file; member in struct:eap_peer_config
H A Deap_fast.c201 if (!config->pac_file) {
208 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
215 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1040 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1042 eap_fast_save_pac(sm, data->pac, config->pac_file);
/external/wpa_supplicant_8/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_fast_pac.c254 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
266 blob = eap_get_config_blob(sm, pac_file + 7);
270 "provisioned", pac_file + 7);
277 rc->f = fopen(pac_file, "rb");
281 "provisioned", pac_file);
409 * @pac_file: Name of the PAC file/blob to load
413 const char *pac_file)
421 if (pac_file == NULL)
424 if (eap_fast_init_pac_data(sm, pac_file,
412 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
750 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
867 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.h606 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
615 char *pac_file; member in struct:eap_peer_config
H A Deap_fast.c201 if (!config->pac_file) {
208 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
215 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1040 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1042 eap_fast_save_pac(sm, data->pac, config->pac_file);
/external/wpa_supplicant_8/wpa_supplicant/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_fast_pac.c254 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
264 if (os_strncmp(pac_file, "blob://", 7) == 0) {
266 blob = eap_get_config_blob(sm, pac_file + 7);
270 "provisioned", pac_file + 7);
277 rc->f = fopen(pac_file, "rb");
281 "provisioned", pac_file);
409 * @pac_file: Name of the PAC file/blob to load
413 const char *pac_file)
421 if (pac_file == NULL)
424 if (eap_fast_init_pac_data(sm, pac_file,
412 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
750 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
867 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.h606 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
615 char *pac_file; member in struct:eap_peer_config
H A Deap_fast.c201 if (!config->pac_file) {
208 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
215 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1040 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1042 eap_fast_save_pac(sm, data->pac, config->pac_file);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf917 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
1217 pac_file="/etc/wpa_supplicant.eap-fast-pac"
1228 pac_file="blob://eap-fast-pac"
H A Dconfig_winreg.c920 STR(pac_file);
H A Dconfig_file.c717 STR(pac_file);
H A Dconfig.c1694 { STRe(pac_file) },
1902 os_free(eap->pac_file);

Completed in 120 milliseconds