k_key             702 dev/ic/acx100.c 	bcopy(k->k_key, conf_wk.key, k->k_len);
k_key            1169 dev/ic/ath.c   			bcopy(k->k_key, hk.wk_key, hk.wk_len);
k_key            2239 dev/ic/atw.c   		buf[i][0] = ic->ic_nw_keys[i].k_key[0];
k_key            2240 dev/ic/atw.c   		memcpy(&buf[i][2], &ic->ic_nw_keys[i].k_key[1],
k_key            2143 dev/ic/malo.c  	memcpy(body->value, k->k_key, k->k_len);
k_key            2779 dev/ic/pgt.c   			bcopy(ic->ic_nw_keys[0].k_key, keyobj.pok_key,
k_key            2787 dev/ic/pgt.c   			bcopy(ic->ic_nw_keys[1].k_key, keyobj.pok_key,
k_key            2795 dev/ic/pgt.c   			bcopy(ic->ic_nw_keys[2].k_key, keyobj.pok_key,
k_key            2803 dev/ic/pgt.c   			bcopy(ic->ic_nw_keys[3].k_key, keyobj.pok_key,
k_key            1830 dev/pci/if_ipw.c 			bcopy(k->k_key, wepkey.key, k->k_len);
k_key            1940 dev/pci/if_iwi.c 			bcopy(k->k_key, wepkey.key, k->k_len);
k_key            1628 dev/pci/if_wpi.c 		memcpy(&tx->key[3], key->k_key, key->k_len);
k_key            1414 dev/pcmcia/if_malo.c 		bcopy(key->k_key, body->key_value_1, key->k_len);
k_key            1421 dev/pcmcia/if_malo.c 		bcopy(key->k_key, body->key_value_2, key->k_len);
k_key            1428 dev/pcmcia/if_malo.c 		bcopy(key->k_key, body->key_value_3, key->k_len);
k_key            1435 dev/pcmcia/if_malo.c 		bcopy(key->k_key, body->key_value_4, key->k_len);
k_key             706 dev/usb/if_atu.c 		memcpy(cmd.WEP_DefaultKey[i], ic->ic_nw_keys[i].k_key,
k_key            1984 dev/usb/if_ral.c 		    k->k_key, IEEE80211_KEYBUF_SIZE);
k_key            1773 dev/usb/if_uath.c 		crypto.key[i] = k->k_key[i] ^ 0xaa;
k_key             456 net80211/ieee80211_crypto.c 	memcpy(keybuf + IEEE80211_WEP_IVLEN, ic->ic_nw_keys[kid].k_key,
k_key              73 net80211/ieee80211_crypto.h 	u_int8_t		k_key[IEEE80211_KEYBUF_SIZE];
k_key            2131 net80211/ieee80211_input.c 	memcpy(k->k_key, ni->ni_ptk.tk, k->k_len);
k_key            2155 net80211/ieee80211_input.c 		memcpy(k->k_key, &gtk[8], k->k_len);
k_key            2199 net80211/ieee80211_input.c 	memcpy(k->k_key, ni->ni_ptk.tk, k->k_len);
k_key            2281 net80211/ieee80211_input.c 	memcpy(k->k_key, &gtk[8], k->k_len);
k_key            2336 net80211/ieee80211_input.c 	memcpy(k->k_key, (u_int8_t *)&key[1], k->k_len);
k_key             211 net80211/ieee80211_ioctl.c 			if (keys[i].k_len > sizeof(keys[i].k_key)) {
k_key             218 net80211/ieee80211_ioctl.c 			    keys[i].k_key, keys[i].k_len)) != 0)
k_key             249 net80211/ieee80211_ioctl.c 			memcpy(k->k_key, keys[i].k_key, sizeof(keys[i].k_key));
k_key             267 net80211/ieee80211_ioctl.c 			if ((error = copyout(ic->ic_nw_keys[i].k_key,
k_key            1582 net80211/ieee80211_output.c 	memcpy(frm, k->k_key, k->k_len);
k_key            1846 net80211/ieee80211_output.c 		memcpy(frm, gtk->k_key, gtk->k_len);