k_cipher         1163 dev/ic/ath.c   			if (k->k_cipher == IEEE80211_CIPHER_WEP40)
k_cipher         1165 dev/ic/ath.c   			else if (k->k_cipher == IEEE80211_CIPHER_WEP104)
k_cipher         1361 dev/pci/if_iwi.c 		    ((ic->ic_nw_keys[ic->ic_wep_txkey].k_cipher ==
k_cipher         1623 dev/pci/if_wpi.c 		if (key->k_cipher == IEEE80211_CIPHER_WEP40)
k_cipher          692 dev/usb/if_atu.c 	switch (ic->ic_nw_keys[ic->ic_wep_txkey].k_cipher) {
k_cipher          141 net80211/ieee80211_crypto.c 	switch (k->k_cipher) {
k_cipher          179 net80211/ieee80211_crypto.c 	switch (k->k_cipher) {
k_cipher           65 net80211/ieee80211_crypto.h 	enum ieee80211_cipher	k_cipher;
k_cipher         2125 net80211/ieee80211_input.c 	k->k_cipher = ni->ni_pairwise_cipher;
k_cipher         2129 net80211/ieee80211_input.c 	if (k->k_len != ieee80211_cipher_keylen(k->k_cipher))
k_cipher         2147 net80211/ieee80211_input.c 		k->k_cipher = ni->ni_group_cipher;
k_cipher         2153 net80211/ieee80211_input.c 		if (k->k_len != ieee80211_cipher_keylen(k->k_cipher))
k_cipher         2196 net80211/ieee80211_input.c 	k->k_cipher = ni->ni_pairwise_cipher;
k_cipher         2198 net80211/ieee80211_input.c 	k->k_len = ieee80211_cipher_keylen(k->k_cipher);
k_cipher         2273 net80211/ieee80211_input.c 	k->k_cipher = ni->ni_group_cipher;
k_cipher         2279 net80211/ieee80211_input.c 	if (k->k_len != ieee80211_cipher_keylen(k->k_cipher))
k_cipher         2328 net80211/ieee80211_input.c 	k->k_cipher = ni->ni_group_cipher;
k_cipher         2334 net80211/ieee80211_input.c 	if (k->k_len != ieee80211_cipher_keylen(k->k_cipher))
k_cipher          243 net80211/ieee80211_ioctl.c 				k->k_cipher = IEEE80211_CIPHER_NONE;
k_cipher          245 net80211/ieee80211_ioctl.c 				k->k_cipher = IEEE80211_CIPHER_WEP40;
k_cipher          247 net80211/ieee80211_ioctl.c 				k->k_cipher = IEEE80211_CIPHER_WEP104;