Searched refs:wepkey (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c430 {WEPKEY, "wepkey|1-4", NULL, do_set_wepkey, WO},
1559 "\t\t\t\t 5 chars or 10 hex digits for 40bit wepkey;\n"
1560 "\t\t\t\t 13 chars or 26 hex digits for 128bit wepkey\n"
1648 "wepkey.\n"), gExecName, WIFI_WEP_AUTH);
2318 * if wepkey is set in the profile, display wepkey|n=*****
2392 * identify whether wepkey is set
2419 * identify whether wepkey is set
2882 "wepkey should be:\n"
2891 * get_valid_wepkey: get an valid wepkey fro
2949 const char *wepkey = NULL; local
3013 char *wepkey = NULL; local
4089 const char *wepkey; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h474 uint8_t wepkey[IEEE80211_KEYBUF_SIZE]; member in struct:ipw2200_tx_desc
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c2024 wl_wep_key_t *wepkey = (wl_wep_key_t *)wldp_buf; local
2028 if (wepkey[i].wl_wep_operation != WL_ADD)
2030 klen = wepkey[i].wl_wep_length;
2033 "invalid wepkey length, %u\n", klen);
2058 bcopy(wepkey[i].wl_wep_key, key->wk_key, klen);

Completed in 59 milliseconds