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_TKIP
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto.h
100
#define
IEEE80211_CIPHER_TKIP
1
174
extern const struct ieee80211_cipher
ieee80211_cipher_tkip
;
ieee80211_crypto.c
247
"wlan_tkip", /*
IEEE80211_CIPHER_TKIP
*/
336
if (cipher ==
IEEE80211_CIPHER_TKIP
&&
406
if (cipher ==
IEEE80211_CIPHER_TKIP
)
ieee80211_input.c
1597
return
IEEE80211_CIPHER_TKIP
;
1705
if (w & (1 <<
IEEE80211_CIPHER_TKIP
))
1706
rsn->rsn_ucastcipher =
IEEE80211_CIPHER_TKIP
;
1766
return
IEEE80211_CIPHER_TKIP
;
1873
if (w & (1 <<
IEEE80211_CIPHER_TKIP
))
1874
rsn->rsn_ucastcipher =
IEEE80211_CIPHER_TKIP
;
ieee80211_output.c
1124
if (rsn->rsn_ucastcipherset & (1 <<
IEEE80211_CIPHER_TKIP
)) {
1126
ADDSELECTOR(frm, cipher_suite[
IEEE80211_CIPHER_TKIP
]);
1207
if (rsn->rsn_ucastcipherset & (1 <<
IEEE80211_CIPHER_TKIP
)) {
1209
ADDSELECTOR(frm, cipher_suite[
IEEE80211_CIPHER_TKIP
]);
ieee80211_netbsd.c
702
iev.iev_cipher =
IEEE80211_CIPHER_TKIP
;
ieee80211_node.c
158
rsn->rsn_ucastcipherset |= 1<<
IEEE80211_CIPHER_TKIP
;
176
rsn->rsn_mcastcipher =
IEEE80211_CIPHER_TKIP
;
ieee80211_crypto_tkip.c
72
const struct ieee80211_cipher
ieee80211_cipher_tkip
= {
variable in typeref:typename:const struct ieee80211_cipher
74
.ic_cipher =
IEEE80211_CIPHER_TKIP
,
88
#define tkip
ieee80211_cipher_tkip
ieee80211_ioctl.c
868
case IEEE80211_C_TKIP: return
IEEE80211_CIPHER_TKIP
;
914
if (cip->ic_cipher ==
IEEE80211_CIPHER_TKIP
) {
2034
case
IEEE80211_CIPHER_TKIP
: return IEEE80211_C_TKIP;
/src/sys/dev/ic/
ath.c
1543
KASSERTMSG(k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
,
1606
HAL_CIPHER_TKIP, /*
IEEE80211_CIPHER_TKIP
*/
1843
} else if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
&&
1876
if (cip->ic_cipher ==
IEEE80211_CIPHER_TKIP
&&
1885
if (cip->ic_cipher ==
IEEE80211_CIPHER_TKIP
&&
rt2860.c
3132
case
IEEE80211_CIPHER_TKIP
:
3151
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
) {
3180
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
) {
athn.c
1068
case
IEEE80211_CIPHER_TKIP
:
1146
case
IEEE80211_CIPHER_TKIP
:
bwfm.c
878
case
IEEE80211_CIPHER_TKIP
:
arn5008.c
1502
case
IEEE80211_CIPHER_TKIP
:
arn9003.c
1661
case
IEEE80211_CIPHER_TKIP
:
/src/sys/dev/usb/
if_run.c
2061
case
IEEE80211_CIPHER_TKIP
:
2079
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
) {
2104
if (k->wk_cipher->ic_cipher ==
IEEE80211_CIPHER_TKIP
) {
if_otus.c
2980
case
IEEE80211_CIPHER_TKIP
:
2992
if (error != 0 || k->k_cipher !=
IEEE80211_CIPHER_TKIP
)
Completed in 41 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025