wi_tx_key        1238 dev/ic/if_wi.c 				keylen = wk->wi_keys[sc->wi_tx_key].wi_keylen;
wi_tx_key        1519 dev/ic/if_wi.c 		sc->wi_tx_key = letoh16(wreq->wi_val[0]);
wi_tx_key        2215 dev/ic/if_wi.c 		WI_SETVAL(WI_RID_TX_CRYPT_KEY, sc->wi_tx_key);
wi_tx_key        2366 dev/ic/if_wi.c 	klen = letoh16(sc->wi_keys.wi_keys[sc->wi_tx_key].wi_keylen);
wi_tx_key        2367 dev/ic/if_wi.c 	bcopy((char *)&sc->wi_keys.wi_keys[sc->wi_tx_key].wi_keydat,
wi_tx_key        2379 dev/ic/if_wi.c 	dat[3] = sc->wi_tx_key << 6;		/* pad and keyid */
wi_tx_key        3069 dev/ic/if_wi.c 	nwkey->i_defkid = sc->wi_tx_key + 1;
wi_tx_key          85 dev/ic/if_wivar.h 	int			wi_tx_key;
wi_tx_key         890 dev/usb/if_wi_usb.c 				keylen = wk->wi_keys[wsc->wi_tx_key].wi_keylen;