• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/eap8021x-198/eapolcfg.tproj/

Lines Matching defs:cfg

321     EAPOLClientConfigurationRef		cfg;
335 cfg = EAPOLClientConfigurationCreateWithAuthorization(NULL, auth);
336 return (cfg);
414 EAPOLClientConfigurationRef cfg = NULL;
443 cfg = EAPOLClientConfigurationCreate(NULL);
444 if (cfg == NULL) {
448 profiles = EAPOLClientConfigurationCopyProfiles(cfg);
477 my_CFRelease(&cfg);
485 EAPOLClientConfigurationRef cfg = NULL;
544 cfg = configuration_open(strcmp(command, kCommandRemoveProfile) == 0);
545 if (cfg == NULL) {
550 profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
553 profile = EAPOLClientConfigurationGetProfileWithWLANSSID(cfg, ssid);
556 profile = EAPOLClientConfigurationGetProfileWithWLANDomain(cfg, domain);
574 if (EAPOLClientConfigurationRemoveProfile(cfg, profile) == FALSE) {
578 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
597 my_CFRelease(&cfg);
608 EAPOLClientConfigurationRef cfg = NULL;
860 cfg = configuration_open(TRUE);
861 if (cfg == NULL) {
865 profile = EAPOLClientProfileCreate(cfg);
899 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
921 my_CFRelease(&cfg);
930 EAPOLClientConfigurationRef cfg = NULL;
1060 cfg = configuration_open(cmd != kInfoGet);
1061 if (cfg == NULL) {
1066 profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
1069 profile = EAPOLClientConfigurationGetProfileWithWLANSSID(cfg, ssid);
1072 profile = EAPOLClientConfigurationGetProfileWithWLANDomain(cfg, domain);
1097 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
1114 my_CFRelease(&cfg);
1124 EAPOLClientConfigurationRef cfg = NULL;
1169 cfg = configuration_open(TRUE);
1170 if (cfg == NULL) {
1174 matches = EAPOLClientConfigurationCopyMatchingProfiles(cfg, profile);
1190 if (EAPOLClientConfigurationRemoveProfile(cfg, matching_profile)
1197 if (EAPOLClientConfigurationAddProfile(cfg, profile) == FALSE) {
1201 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
1211 my_CFRelease(&cfg);
1251 EAPOLClientConfigurationRef cfg;
1255 cfg = configuration_open(system_flag);
1256 if (cfg == NULL) {
1261 profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
1270 profile = EAPOLClientConfigurationGetProfileWithWLANSSID(cfg, ssid);
1279 profile = EAPOLClientConfigurationGetProfileWithWLANDomain(cfg, domain);
1293 my_CFRelease(&cfg);
1296 return (cfg);
1304 EAPOLClientConfigurationRef cfg = NULL;
1396 cfg = S_create_cfg_and_item(system_flag, use_default, profileID, ssid,
1398 if (cfg == NULL) {
1444 my_CFRelease(&cfg);
1452 EAPOLClientConfigurationRef cfg = NULL;
1538 cfg = S_create_cfg_and_item(system_flag, use_default, profileID, ssid,
1540 if (cfg == NULL) {
1572 my_CFRelease(&cfg);
1580 EAPOLClientConfigurationRef cfg = NULL;
1649 cfg = S_create_cfg_and_item(system_flag, use_default, profileID, ssid,
1651 if (cfg == NULL) {
1666 my_CFRelease(&cfg);
1678 EAPOLClientConfigurationRef cfg = NULL;
1797 cfg = S_create_cfg_and_item(system_flag
1800 if (cfg == NULL) {
1852 my_CFRelease(&cfg);
1863 EAPOLClientConfigurationRef cfg = NULL;
1934 cfg = configuration_open(TRUE);
1935 if (cfg == NULL) {
1948 profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
1960 profile = EAPOLClientConfigurationGetProfileWithWLANSSID(cfg, ssid);
1970 if (EAPOLClientConfigurationSetLoginWindowProfiles(cfg, if_name,
1975 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
1986 my_CFRelease(&cfg);
1995 EAPOLClientConfigurationRef cfg = NULL;
2035 cfg = configuration_open(is_clear);
2036 if (cfg == NULL) {
2041 if (EAPOLClientConfigurationSetLoginWindowProfiles(cfg, if_name,
2047 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
2061 = EAPOLClientConfigurationCopyLoginWindowProfiles(cfg, if_name);
2081 my_CFRelease(&cfg);
2088 EAPOLClientConfigurationRef cfg = NULL;
2161 cfg = configuration_open(TRUE);
2162 if (cfg == NULL) {
2167 profile = EAPOLClientConfigurationGetProfileWithID(cfg, profileID);
2170 profile = EAPOLClientConfigurationGetProfileWithWLANSSID(cfg, ssid);
2177 if (EAPOLClientConfigurationSetSystemProfile(cfg, if_name,
2182 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
2195 my_CFRelease(&cfg);
2202 EAPOLClientConfigurationRef cfg = NULL;
2242 cfg = configuration_open(is_clear);
2243 if (cfg == NULL) {
2248 if (EAPOLClientConfigurationSetSystemProfile(cfg, if_name,
2253 if (EAPOLClientConfigurationSave(cfg) == FALSE) {
2264 profile = EAPOLClientConfigurationGetSystemProfile(cfg, if_name);
2275 my_CFRelease(&cfg);
2285 EAPOLClientConfigurationRef cfg = NULL;
2315 cfg = EAPOLClientConfigurationCreate(NULL);
2316 if (cfg == NULL) {
2322 profiles = EAPOLClientConfigurationCopyAllSystemProfiles(cfg);
2325 profiles = EAPOLClientConfigurationCopyAllLoginWindowProfiles(cfg);
2382 my_CFRelease(&cfg);
2391 EAPOLClientConfigurationRef cfg = NULL;
2477 cfg = S_create_cfg_and_item(FALSE, use_default, profileID, ssid,
2479 if (cfg == NULL) {
2503 my_CFRelease(&cfg);