Searched refs:do_set_wepkey (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 241 static boolean_t do_set_wepkey(int fd, const char *pbuf); 432 {WEPKEY, "wepkey|1-4", NULL, do_set_wepkey, WO}, 2052 (void) do_set_wepkey(fd, pae->ae_arg); in do_startconf() 2234 (void) do_set_wepkey(fd, pae->ae_arg); in do_loadpf() 2946 do_set_wepkey(int fd, const char *pbuf) in do_set_wepkey() function 3077 if ((pbuf != NULL) && (do_set_wepkey(fd, pbuf) == B_TRUE)) { in do_wepkey()
|