HomeSort by: relevance | last modified time | path
    Searched refs:txkey (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
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...]
rtw.c 629 rtw_wep_setkeys(struct rtw_softc *sc, struct ieee80211_key *wk, int txkey)
659 if (i == txkey) {

Completed in 17 milliseconds