Searched refs:wkey (Results 1 – 2 of 2) sorted by relevance
793 struct ipw2200_wep_key wkey; in ipw2200_config() local948 wkey.cmd = IPW2200_WEP_KEY_CMD_SETKEY; in ipw2200_config()949 wkey.idx = (uint8_t)i; in ipw2200_config()950 wkey.len = ic->ic_nw_keys[i].wk_keylen; in ipw2200_config()951 (void) memset(wkey.key, 0, sizeof (wkey.key)); in ipw2200_config()953 (void) memcpy(wkey.key, in ipw2200_config()957 &wkey, sizeof (wkey), 0); in ipw2200_config()
738 struct ipw2100_wep_key wkey; in ipw2100_config() local945 wkey.idx = (uint8_t)i; in ipw2100_config()946 wkey.len = ic->ic_nw_keys[i].wk_keylen; in ipw2100_config()947 (void) memset(wkey.key, 0, sizeof (wkey.key)); in ipw2100_config()949 (void) memcpy(wkey.key, in ipw2100_config()953 &wkey, sizeof (wkey)); in ipw2100_config()