sc_wepkeys        250 dev/ic/an.c    		sc->sc_wepkeys[kid].an_wep_keylen = -1;
sc_wepkeys       1055 dev/ic/an.c    		an_write_wepkey(sc, AN_RID_WEP_VOLATILE, sc->sc_wepkeys,
sc_wepkeys       1469 dev/ic/an.c    	    sc->sc_wepkeys[0].an_wep_keylen, sc->sc_wepkeys[1].an_wep_keylen,
sc_wepkeys       1470 dev/ic/an.c    	    sc->sc_wepkeys[2].an_wep_keylen, sc->sc_wepkeys[3].an_wep_keylen,
sc_wepkeys       1483 dev/ic/an.c    			memcpy(&sc->sc_wepkeys[i], &keys[i], sizeof(keys[i]));
sc_wepkeys       1515 dev/ic/an.c    			if (sc->sc_wepkeys[i].an_wep_keylen >= 0) {
sc_wepkeys       1516 dev/ic/an.c    				memset(&sc->sc_wepkeys[i].an_wep_key, 0,
sc_wepkeys       1517 dev/ic/an.c    				    sizeof(sc->sc_wepkeys[i].an_wep_key));
sc_wepkeys       1518 dev/ic/an.c    				sc->sc_wepkeys[i].an_wep_keylen = -1;
sc_wepkeys       1558 dev/ic/an.c    		nwkey->i_key[i].i_keylen = sc->sc_wepkeys[i].an_wep_keylen;
sc_wepkeys       1564 dev/ic/an.c    		if ((error = copyout(sc->sc_wepkeys[i].an_wep_key,
sc_wepkeys       1566 dev/ic/an.c    		    sc->sc_wepkeys[i].an_wep_keylen)) != 0)
sc_wepkeys        125 dev/ic/anvar.h 	struct an_wepkey 	sc_wepkeys[IEEE80211_WEP_NKID];