IEEE80211_FC1_WEP 1000 dev/ic/acx.c   		if ((wh->i_fc[1] & IEEE80211_FC1_WEP) && !sc->chip_hw_crypt) {
IEEE80211_FC1_WEP 1352 dev/ic/acx.c   			if ((wh->i_fc[1] & IEEE80211_FC1_WEP) &&
IEEE80211_FC1_WEP 1355 dev/ic/acx.c   				wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP  477 dev/ic/an.c    	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP  482 dev/ic/an.c    		wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 1141 dev/ic/an.c    			wh->i_fc[1] |= IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 2027 dev/ic/ath.c   		if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 2032 dev/ic/ath.c   			wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 2123 dev/ic/ath.c   	iswep = wh->i_fc[1] & IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 3066 dev/ic/atw.c   	if ((wh->i_fc[1] & IEEE80211_FC1_WEP) == 0)
IEEE80211_FC1_WEP 3231 dev/ic/atw.c   			wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 3755 dev/ic/atw.c   		do_encrypt = ((wh->i_fc[1] & IEEE80211_FC1_WEP) != 0) ? 1 : 0;
IEEE80211_FC1_WEP 1231 dev/ic/awi.c   	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 2819 dev/ic/awi.c   	if (wh->i_fc[1] & IEEE80211_FC1_WEP)
IEEE80211_FC1_WEP  369 dev/ic/awi_wep.c 		wh->i_fc[1] |= IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 1443 dev/ic/malo.c  	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1555 dev/ic/malo.c  	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1615 dev/ic/rt2560.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1710 dev/ic/rt2560.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1465 dev/ic/rt2661.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1558 dev/ic/rt2661.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1133 dev/pci/if_ipw.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1166 dev/pci/if_ipw.c 	shdr->hdr.encrypted = (wh->i_fc[1] & IEEE80211_FC1_WEP) ? 1 : 0;
IEEE80211_FC1_WEP  935 dev/pci/if_iwi.c 	if ((wh->i_fc[1] & IEEE80211_FC1_WEP) &&
IEEE80211_FC1_WEP  942 dev/pci/if_iwi.c 		wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 1359 dev/pci/if_iwi.c 	if (desc->wh.i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1597 dev/pci/if_wpi.c 		if (wh->i_fc[1] & IEEE80211_FC1_WEP)
IEEE80211_FC1_WEP 1763 dev/usb/if_atu.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1768 dev/usb/if_atu.c 		wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 1054 dev/usb/if_ral.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1063 dev/usb/if_rum.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 1255 dev/usb/if_uath.c 	if ((wh->i_fc[1] & IEEE80211_FC1_WEP) &&
IEEE80211_FC1_WEP 1262 dev/usb/if_uath.c 		wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP 1411 dev/usb/if_uath.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP 2058 dev/usb/if_zyd.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP  423 net80211/ieee80211_crypto.c 		wh->i_fc[1] |= IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP  442 net80211/ieee80211_crypto.c 		wh->i_fc[1] &= ~IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP  346 net80211/ieee80211_input.c 		if (wh->i_fc[1] & IEEE80211_FC1_WEP) {
IEEE80211_FC1_WEP  585 net80211/ieee80211_output.c 		wh->i_fc[1] |= IEEE80211_FC1_WEP;
IEEE80211_FC1_WEP  194 net80211/ieee80211_proto.c 	if (wh->i_fc[1] & IEEE80211_FC1_WEP)