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

  /src/sys/dev/ic/
rtw.c 86 static struct ieee80211_cipher rtw_cipher_wep; variable in typeref:struct:ieee80211_cipher
643 if (wk[i].wk_cipher == &rtw_cipher_wep)
676 wk[i].wk_cipher = &rtw_cipher_wep;
4046 rtw_cipher_wep = ieee80211_cipher_wep;
4047 rtw_cipher_wep.ic_decap = rtw_wep_decap;
rtw.c 86 static struct ieee80211_cipher rtw_cipher_wep; variable in typeref:struct:ieee80211_cipher
643 if (wk[i].wk_cipher == &rtw_cipher_wep)
676 wk[i].wk_cipher = &rtw_cipher_wep;
4046 rtw_cipher_wep = ieee80211_cipher_wep;
4047 rtw_cipher_wep.ic_decap = rtw_wep_decap;

Completed in 30 milliseconds