Searched defs:profilename (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c4150 const char *profilename; local
4180 profilename = (pfbuf ? pfbuf : get_value(argv[i]));
4181 if (strlen(profilename) == 0) {
4193 if ((strcasecmp(profilename, "all") == 0) ||
4194 (strcmp(profilename, WIFI_HISTORY) == 0) ||
4195 (strcmp(profilename, WIFI_PREFER) == 0) ||
4196 (strcmp(profilename, WIFI_ACTIVEP) == 0) ||
4197 ((profilename[0] == '[') &&
4198 (profilename[strlen(profilename)
[all...]

Completed in 55 milliseconds