an.c | 1099 int i, txkey, anysetkey, needreset, error; local in function:an_set_nwkey_wep 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); [all...] |