Home | History | Annotate | Download | only in ic

Lines Matching defs:txkey

1099 	int i, txkey, anysetkey, needreset, error;
1121 txkey = nwkey->i_defkid - 1;
1122 if (txkey >= 0) {
1123 if (txkey >= IEEE80211_WEP_NKID)
1126 if (keys[txkey].an_wep_keylen == 0 ||
1127 (keys[txkey].an_wep_keylen < 0 &&
1128 sc->sc_perskeylen[txkey] == 0))
1142 txkey,
1147 sc->sc_tx_key = txkey;
1163 AN_RID_WEP_PERSISTENT, keys, txkey);
1170 AN_RID_WEP_PERSISTENT, keys, txkey);
1176 if (txkey >= 0)
1177 sc->sc_tx_perskey = txkey;