OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE80211_CIPHER_WEP
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto.h
99
#define
IEEE80211_CIPHER_WEP
0
173
extern const struct ieee80211_cipher
ieee80211_cipher_wep
;
ieee80211_crypto_wep.c
68
const struct ieee80211_cipher
ieee80211_cipher_wep
= {
variable in typeref:typename:const struct ieee80211_cipher
70
.ic_cipher =
IEEE80211_CIPHER_WEP
,
83
#define wep
ieee80211_cipher_wep
ieee80211_input.c
1591
return
IEEE80211_CIPHER_WEP
;
1595
return
IEEE80211_CIPHER_WEP
;
1760
return
IEEE80211_CIPHER_WEP
;
1764
return
IEEE80211_CIPHER_WEP
;
ieee80211_ioctl.c
786
k->wk_type =
IEEE80211_CIPHER_WEP
;
864
case IEEE80211_C_WEP: return
IEEE80211_CIPHER_WEP
;
2030
case
IEEE80211_CIPHER_WEP
: return IEEE80211_C_WEP;
2108
if (ieee80211_crypto_newkey(ic,
IEEE80211_CIPHER_WEP
,
2674
if (!ieee80211_crypto_newkey(ic,
IEEE80211_CIPHER_WEP
,
ieee80211_output.c
1111
if (rsn->rsn_mcastcipher ==
IEEE80211_CIPHER_WEP
&&
1194
if (rsn->rsn_mcastcipher ==
IEEE80211_CIPHER_WEP
&&
ieee80211_node.c
157
rsn->rsn_ucastcipherset |= 1<<
IEEE80211_CIPHER_WEP
;
169
rsn->rsn_ucastcipher =
IEEE80211_CIPHER_WEP
;
/src/sys/dev/ic/
rtw.c
542
return (*
ieee80211_cipher_wep
.ic_decap)(&keycopy, m, hdrlen);
556
k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_WEP
)
621
if (k->wk_cipher->ic_cipher !=
IEEE80211_CIPHER_WEP
)
644
wk[i].wk_cipher = &
ieee80211_cipher_wep
;
673
wk[i].wk_cipher->ic_cipher !=
IEEE80211_CIPHER_WEP
)
3412
k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_WEP
) {
4046
rtw_cipher_wep =
ieee80211_cipher_wep
;
bwfm.c
846
wk->wk_cipher->ic_cipher !=
IEEE80211_CIPHER_WEP
) {
869
case
IEEE80211_CIPHER_WEP
:
rt2860.c
3125
case
IEEE80211_CIPHER_WEP
:
3169
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_WEP
) {
arn5008.c
1499
case
IEEE80211_CIPHER_WEP
:
/src/sys/dev/usb/
if_run.c
2054
case
IEEE80211_CIPHER_WEP
:
2100
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_WEP
) {
2158
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_WEP
)
Completed in 33 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025