/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); 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, &rc) < 0 [all...] |
eap_config.h | 645 * pac_file - File path or blob name for the PAC entries (EAP-FAST) 654 char *pac_file; member in struct:eap_peer_config
|
eap_fast.c | 198 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) { 1044 eap_fast_save_pac_bin(sm, data->pac, config->pac_file); 1046 eap_fast_save_pac(sm, data->pac, config->pac_file); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf | [all...] |
config_winreg.c | 920 STR(pac_file);
|
config_file.c | 741 STR(pac_file); [all...] |
config.c | [all...] |