/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 | 580 * pac_file - File path or blob name for the PAC entries (EAP-FAST) 589 char *pac_file; member in struct:eap_peer_config
|
eap_fast.c | 200 eap_fast_load_pac_bin(sm, &data->pac, config->pac_file) < 0) { 206 eap_fast_load_pac(sm, &data->pac, config->pac_file) < 0) { 1028 eap_fast_save_pac_bin(sm, data->pac, config->pac_file); 1030 eap_fast_save_pac(sm, data->pac, config->pac_file); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf | [all...] |
config_file.c | 700 STR(pac_file);
|
config_winreg.c | 917 STR(pac_file);
|
config.c | [all...] |