i_key            1440 dev/ic/an.c    		keys[i].an_wep_keylen = nwkey->i_key[i].i_keylen;
i_key            1448 dev/ic/an.c    		if ((error = copyin(nwkey->i_key[i].i_keydat,
i_key            1550 dev/ic/an.c    	if (nwkey->i_key[0].i_keydat == NULL)
i_key            1553 dev/ic/an.c    		if (nwkey->i_key[i].i_keydat == NULL)
i_key            1558 dev/ic/an.c    		nwkey->i_key[i].i_keylen = sc->sc_wepkeys[i].an_wep_keylen;
i_key            1559 dev/ic/an.c    		if (nwkey->i_key[i].i_keylen < 0) {
i_key            1561 dev/ic/an.c    				nwkey->i_key[i].i_keylen = 0;
i_key            1565 dev/ic/an.c    		    nwkey->i_key[i].i_keydat,
i_key             172 dev/ic/awi_wep.c 		if (nwkey->i_key[i].i_keydat == NULL)
i_key             174 dev/ic/awi_wep.c 		len = nwkey->i_key[i].i_keylen;
i_key             179 dev/ic/awi_wep.c 		error = copyin(nwkey->i_key[i].i_keydat, keybuf, len);
i_key             219 dev/ic/awi_wep.c 		if (nwkey->i_key[i].i_keydat == NULL)
i_key             229 dev/ic/awi_wep.c 		if (nwkey->i_key[i].i_keylen < len) {
i_key             233 dev/ic/awi_wep.c 		nwkey->i_key[i].i_keylen = len;
i_key             234 dev/ic/awi_wep.c 		error = copyout(keybuf, nwkey->i_key[i].i_keydat, len);
i_key            3012 dev/ic/if_wi.c 		if (nwkey->i_key[i].i_keydat == NULL)
i_key            3014 dev/ic/if_wi.c 		len = nwkey->i_key[i].i_keylen;
i_key            3017 dev/ic/if_wi.c 		error = copyin(nwkey->i_key[i].i_keydat,
i_key            3074 dev/ic/if_wi.c 		if (nwkey->i_key[i].i_keydat == NULL)
i_key            3080 dev/ic/if_wi.c 		if (nwkey->i_key[i].i_keylen < len)
i_key            3082 dev/ic/if_wi.c 		nwkey->i_key[i].i_keylen = len;
i_key            3084 dev/ic/if_wi.c 		    nwkey->i_key[i].i_keydat, len);
i_key             206 net80211/ieee80211_ioctl.c 			keys[i].k_len = nwkey->i_key[i].i_keylen;
i_key             217 net80211/ieee80211_ioctl.c 			if ((error = copyin(nwkey->i_key[i].i_keydat,
i_key             261 net80211/ieee80211_ioctl.c 			if (nwkey->i_key[i].i_keydat == NULL)
i_key             266 net80211/ieee80211_ioctl.c 			nwkey->i_key[i].i_keylen = ic->ic_nw_keys[i].k_len;
i_key             268 net80211/ieee80211_ioctl.c 			    nwkey->i_key[i].i_keydat,
i_key             106 net80211/ieee80211_ioctl.h 	}		i_key[IEEE80211_WEP_NKID];