wi_use_wep        780 dev/ic/if_wi.c 		if (sc->wi_use_wep &&
wi_use_wep       1516 dev/ic/if_wi.c 		sc->wi_use_wep = letoh16(wreq->wi_val[0]);
wi_use_wep       2214 dev/ic/if_wi.c 		WI_SETVAL(WI_RID_ENCRYPTION, sc->wi_use_wep);
wi_use_wep       2219 dev/ic/if_wi.c 		if (sc->sc_firmware_type != WI_LUCENT && sc->wi_use_wep) {
wi_use_wep       2511 dev/ic/if_wi.c 			if (sc->wi_use_wep)
wi_use_wep       2513 dev/ic/if_wi.c 		} else if (sc->wi_ptype == WI_PORTTYPE_BSS && sc->wi_use_wep &&
wi_use_wep       2575 dev/ic/if_wi.c 		if (sc->wi_ptype == WI_PORTTYPE_HOSTAP && sc->wi_use_wep) {
wi_use_wep       3068 dev/ic/if_wi.c 	nwkey->i_wepon = sc->wi_use_wep;
wi_use_wep        812 dev/ic/if_wi_hostap.c 	if ((sc->wi_use_wep && !(capinfo & IEEE80211_CAPINFO_PRIVACY)) ||
wi_use_wep        813 dev/ic/if_wi_hostap.c 	    (!sc->wi_use_wep && (capinfo & IEEE80211_CAPINFO_PRIVACY))) {
wi_use_wep         82 dev/ic/if_wivar.h 	int			wi_use_wep;