HomeSort by relevance Sort by last modified time
    Searched refs:pac_file (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast_pac.h 46 const char *pac_file);
48 const char *pac_file);
52 const char *pac_file);
54 const char *pac_file);
eap_fast_pac.c 260 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file,
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, &rc) < 0
    [all...]
eap_config.h 574 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
583 char *pac_file; member in struct:eap_peer_config
eap_fast.c 204 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
210 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1015 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1017 eap_fast_save_pac(sm, data->pac, config->pac_file);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h 40 const char *pac_file);
42 const char *pac_file);
46 const char *pac_file);
48 const char *pac_file);
eap_fast_pac.c 254 static int eap_fast_init_pac_data(struct eap_sm *sm, const char *pac_file,
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, &rc) < 0
    [all...]
eap_config.h 577 * pac_file - File path or blob name for the PAC entries (EAP-FAST)
586 char *pac_file; member in struct:eap_peer_config
eap_fast.c 198 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) {
204 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) {
1010 eap_fast_save_pac_bin(sm, data->pac, config->pac_file);
1012 eap_fast_save_pac(sm, data->pac, config->pac_file);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 484 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
708 pac_file="/etc/wpa_supplicant.eap-fast-pac"
719 pac_file="blob://eap-fast-pac"
config.c     [all...]
config_file.c 795 STR(pac_file);
config_winreg.c 873 STR(pac_file);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 565 # pac_file: File path for the PAC entries. wpa_supplicant will need to be able
    [all...]
config_file.c 565 STR(pac_file);
config_winreg.c 910 STR(pac_file);
config.c     [all...]

Completed in 189 milliseconds