Lines Matching defs:profile

190 static const char *essid_of_profile(const char *profile);
1009 * a profile uses its essid appending "[]" to denote its section_id.
1268 "no such profile: '%s' in the preference list\n"),
1364 "no such profile: '%s'\n"),
1528 " connect profile [wait={n|forever}]\n"), gExecName);
1576 " createprofile profile parameter=value [...]\n"), gExecName);
1582 " setprofilewepkey profile 1|2|3|4\n"), gExecName);
1584 " getprofileparam profile [parameter [...]]\n"), gExecName);
1586 " setprofileparam profile [parameter=value [...]]\n"), gExecName);
1595 " removeprefer profile\n"), gExecName);
1597 " setprefer profile [n]\n"), gExecName);
1682 * find the essid of the named profile.
1686 essid_of_profile(const char *profile)
1693 PRTDBG(("essid_of_profile: profile = %s\n", profile));
1694 pbuf = append_pa(profile);
1716 * If we don't know which profile is our favorate in 'autoconf',
1805 * Called in autoconf and startconf to find which 'profile' is selected.
1806 * The process is: check profile names in the prefer list item by item,
1807 * if the essid of the profile is in the scan list, then it is the wanted.
1994 (void) printf(gettext("%s: autoconf: profile [%s]"
2157 * do_loadpf: load a profile, set related parameters both in wifi
2179 "profile name missing\n"), gExecName);
2239 connect = "profile";
2249 * if there is no 'essid' item in argvnew, the profile
2268 * which profile is active when more than one profiles are
2283 /* record bssid in the profile */
2318 * if wepkey is set in the profile, display wepkey|n=*****
2359 * do_printpf: print each parameters of the profile, if no network name
2360 * assigned, then print all profile saved in configration file.
2375 * if no profile name is inputted, all the profiles will be displayed.
2393 * in the profile
2420 * in the profile
2427 "no such profile: '%s'\n"),
2495 * do_deletepf: delete a profile in configration files.
2554 ": no such profile: '%s'\n"),
3106 "no such profile: '%s'\n"),
3171 (void) printf("\tactive profile: %s\n",
4081 * update/add items in the profile
4141 * do_createprofile: Called when create a profile off-line.
4159 * When creating a profile, if the profile name is not specified,
4160 * the essid is selected as the profile name. the paramters are
4176 "essid required when creating profile\n"),
4191 * not be a profile name
4200 "'%s' is an invalid profile name\n"),
4211 "profile '%s' already exists\n"),
4216 * Save each parameters in the profile.
4252 "profile '%s' doesn't exist\n"),
4259 * modify each parameters in the profile.
4290 "profile '%s' doesn't exist\n"),
4353 "parameter '%s' has not been set in profile %s\n"),