Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2952 const char *wepkey = NULL; in do_set_wepkey() local
2962 wepkey = get_value(pbuf); in do_set_wepkey()
2963 length = strlen(wepkey); in do_set_wepkey()
3016 char *wepkey = NULL; in get_commit_key() local
3027 wepkey = get_valid_wepkey(); in get_commit_key()
3028 if (wepkey == NULL) { in get_commit_key()
3034 free(wepkey); in get_commit_key()
3038 free(wepkey); in get_commit_key()
4092 const char *wepkey; in items_in_profile() local
4096 wepkey = get_value(argv[i]); in items_in_profile()
[all …]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c2024 wl_wep_key_t *wepkey = (wl_wep_key_t *)wldp_buf; in wl_set_wepkey() local
2028 if (wepkey[i].wl_wep_operation != WL_ADD) in wl_set_wepkey()
2030 klen = wepkey[i].wl_wep_length; in wl_set_wepkey()
2058 bcopy(wepkey[i].wl_wep_key, key->wk_key, klen); in wl_set_wepkey()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h474 uint8_t wepkey[IEEE80211_KEYBUF_SIZE]; member