IEEE80211_WEP_IVLEN  727 dev/ic/acx100.c #define IEEEWEP_IVLEN	(IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN)
IEEE80211_WEP_IVLEN 2034 dev/ic/ath.c   			m_adj(m, IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN);
IEEE80211_WEP_IVLEN 2114 dev/ic/ath.c   	    IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN];
IEEE80211_WEP_IVLEN 2182 dev/ic/ath.c   		len = IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  986 dev/ic/awi.c   				len += IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  293 dev/ic/awi_wep.c 	if (keylen < 0 || keylen + IEEE80211_WEP_IVLEN > AWI_MAX_KEYLEN)
IEEE80211_WEP_IVLEN  297 dev/ic/awi_wep.c 		memcpy(sc->sc_wep_key[kid] + IEEE80211_WEP_IVLEN, key, keylen);
IEEE80211_WEP_IVLEN  315 dev/ic/awi_wep.c 		memcpy(key, sc->sc_wep_key[kid] + IEEE80211_WEP_IVLEN, *keylen);
IEEE80211_WEP_IVLEN  346 dev/ic/awi_wep.c 	len = IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
IEEE80211_WEP_IVLEN  380 dev/ic/awi_wep.c 		noff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN  383 dev/ic/awi_wep.c 		moff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN  384 dev/ic/awi_wep.c 		kid = ivp[IEEE80211_WEP_IVLEN] & 0x03;
IEEE80211_WEP_IVLEN  392 dev/ic/awi_wep.c 	awa->awa_setkey(ctx, key, IEEE80211_WEP_IVLEN + keylen);
IEEE80211_WEP_IVLEN  800 dev/ic/if_wi.c 				len -= IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  812 dev/ic/if_wi.c 				    IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  815 dev/ic/if_wi.c 				    IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
IEEE80211_WEP_IVLEN 2368 dev/ic/if_wi.c 	    (char *)key + IEEE80211_WEP_IVLEN, klen);
IEEE80211_WEP_IVLEN 2406 dev/ic/if_wi.c 	if (len < IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
IEEE80211_WEP_IVLEN 2409 dev/ic/if_wi.c 	len -= (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN +
IEEE80211_WEP_IVLEN 2423 dev/ic/if_wi.c 	    (char *)key + IEEE80211_WEP_IVLEN, klen);
IEEE80211_WEP_IVLEN 2549 dev/ic/if_wi.c 			tx_frame.wi_dat_len += IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  943 dev/pci/if_iwi.c 		ovbcopy(wh, (char *)wh + IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN  945 dev/pci/if_iwi.c 		m_adj(m, IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN);
IEEE80211_WEP_IVLEN 1263 dev/usb/if_uath.c 		ovbcopy(wh, (caddr_t)wh + IEEE80211_WEP_IVLEN +
IEEE80211_WEP_IVLEN 1265 dev/usb/if_uath.c 		m_adj(m, IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN);
IEEE80211_WEP_IVLEN 1433 dev/usb/if_uath.c 		paylen  += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN 1434 dev/usb/if_uath.c 		xferlen += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN  511 net80211/ieee80211.h #define	IEEE80211_WEP_TOTLEN		(IEEE80211_WEP_IVLEN + \
IEEE80211_WEP_IVLEN  537 net80211/ieee80211.h     (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
IEEE80211_WEP_IVLEN  174 net80211/ieee80211_crypto.c 		int kid = ivp[IEEE80211_WEP_IVLEN] >> 6;
IEEE80211_WEP_IVLEN  359 net80211/ieee80211_crypto.c 	(((x) + (IEEE80211_WEP_KEYLEN + IEEE80211_WEP_IVLEN - 1)) &	\
IEEE80211_WEP_IVLEN  360 net80211/ieee80211_crypto.c 	~(IEEE80211_WEP_KEYLEN + IEEE80211_WEP_IVLEN - 1))
IEEE80211_WEP_IVLEN  372 net80211/ieee80211_crypto.c 	u_int8_t keybuf[klen_round(IEEE80211_WEP_IVLEN + IEEE80211_KEYBUF_SIZE)];
IEEE80211_WEP_IVLEN  396 net80211/ieee80211_crypto.c 	len = IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN;
IEEE80211_WEP_IVLEN  435 net80211/ieee80211_crypto.c 		for (i = 0; i < IEEE80211_WEP_IVLEN; i++) {
IEEE80211_WEP_IVLEN  439 net80211/ieee80211_crypto.c 		ivp[IEEE80211_WEP_IVLEN] = kid << 6;	/* pad and keyid */
IEEE80211_WEP_IVLEN  440 net80211/ieee80211_crypto.c 		noff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN  444 net80211/ieee80211_crypto.c 		kid = ivp[IEEE80211_WEP_IVLEN] >> 6;
IEEE80211_WEP_IVLEN  445 net80211/ieee80211_crypto.c 		moff += IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN;
IEEE80211_WEP_IVLEN  455 net80211/ieee80211_crypto.c 	memcpy(keybuf, ivp, IEEE80211_WEP_IVLEN);
IEEE80211_WEP_IVLEN  456 net80211/ieee80211_crypto.c 	memcpy(keybuf + IEEE80211_WEP_IVLEN, ic->ic_nw_keys[kid].k_key,
IEEE80211_WEP_IVLEN  458 net80211/ieee80211_crypto.c 	len = klen_round(IEEE80211_WEP_IVLEN + ic->ic_nw_keys[kid].k_len);