Lines Matching defs:interface

136  * either/etc/inet/wifi/wifi.<interface> or /etc/inet/secret/
137 * wifi/wifiwepkey.<interface>
191 static boolean_t search_interface(char *interface);
1070 * search /dev/wifi to see which interface is available
1073 search_interface(char *interface)
1080 PRTDBG(("search interface\n"));
1081 assert(interface != NULL);
1084 * Try to return the first found wifi interface.
1085 * If no wifi interface is available, return B_FALSE
1103 PRTDBG(("interface %s doesn't exist\n", dp->d_name));
1106 PRTDBG(("interface %s is the first found interface\n",
1108 (void) strlcpy(interface, buf, LIFNAMSIZ);
1115 PRTDBG(("failed to find available wireless interface\n"));
1138 * is got from the 'search interface', it is an
1525 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1527 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1529 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1531 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1533 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1535 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1564 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1566 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1568 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1570 (void) fprintf(stderr, gettext("\t%s [-R root_path][-i interface]"
1601 * do_print_support_params: Query interface which cmd is supported
3147 * do_showstatus: show the basic status of the interface, including
4690 char interface[LIFNAMSIZ];
4838 if (search_interface(interface) != B_TRUE) {
4840 "failed to find the default wifi interface;"
4842 "wifi interface\n"), gExecName);
4846 iname = interface;