Searched defs:pac_file (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_config.h574 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
583 char *pac_file; member in struct:eap_peer_config
H A Deap_fast_pac.c260 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file, argument
270 if (os_strncmp(pac_file, "blob://", 7) == 0) {
272 blob = eap_get_config_blob(sm, pac_file + 7);
276 "provisioned", pac_file + 7);
283 rc->f = fopen(pac_file, "rb");
287 "provisioned", pac_file);
413 * @pac_file: Name of the PAC file/blob to load
417 const char *pac_file)
425 if (pac_file == NULL)
428 if (eap_fast_init_pac_data(sm, pac_file,
416 eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
533 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
616 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
865 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h580 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
589 char *pac_file; member in struct:eap_peer_config
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);
407 * @pac_file: Name of the PAC file/blob to load
411 const char *pac_file)
419 if (pac_file == NULL)
422 if (eap_fast_init_pac_data(sm, pac_file,
410 eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
529 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
612 eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
744 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
861 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h580 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
589 char *pac_file; member in struct:eap_peer_config
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);
407 * @pac_file: Name of the PAC file/blob to load
411 const char *pac_file)
419 if (pac_file == NULL)
422 if (eap_fast_init_pac_data(sm, pac_file,
410 eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
529 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
612 eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
744 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
861 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_config.h580 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
589 char *pac_file; member in struct:eap_peer_config
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);
407 * @pac_file: Name of the PAC file/blob to load
411 const char *pac_file)
419 if (pac_file == NULL)
422 if (eap_fast_init_pac_data(sm, pac_file,
410 eap_fast_load_pac(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
529 eap_fast_write_pac(struct eap_sm *sm, const char *pac_file, char *buf, size_t len) argument
612 eap_fast_save_pac(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
744 eap_fast_load_pac_bin(struct eap_sm *sm, struct eap_fast_pac **pac_root, const char *pac_file) argument
861 eap_fast_save_pac_bin(struct eap_sm *sm, struct eap_fast_pac *pac_root, const char *pac_file) argument
[all...]

Completed in 186 milliseconds