Searched refs:do_set_wepkey (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 239 static boolean_t do_set_wepkey(int fd, const char *pbuf); 430 {WEPKEY, "wepkey|1-4", NULL, do_set_wepkey, WO}, 2050 (void) do_set_wepkey(fd, pae->ae_arg); in do_startconf() 2232 (void) do_set_wepkey(fd, pae->ae_arg); in do_loadpf() 2943 do_set_wepkey(int fd, const char *pbuf) in do_set_wepkey() function 3074 if ((pbuf != NULL) && (do_set_wepkey(fd, pbuf) == B_TRUE)) { in do_wepkey()
|