OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wk_cipher
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto.h
88
const struct ieee80211_cipher *
wk_cipher
;
member in struct:ieee80211_key
109
#define IEEE80211_KEY_UNDEFINED(k) ((k).
wk_cipher
== &ieee80211_cipher_none)
193
const struct ieee80211_cipher *cip = k->
wk_cipher
;
204
const struct ieee80211_cipher *cip = k->
wk_cipher
;
217
k->
wk_cipher
= &ieee80211_cipher_none;
218
k->wk_private = k->
wk_cipher
->ic_attach(ic, k);
ieee80211_crypto.c
136
key->
wk_cipher
->ic_detach(key);
260
* routines assume
wk_cipher
is setup.
350
if (key->
wk_cipher
!= cip || key->wk_flags != flags) {
372
key->
wk_cipher
= cip; /* XXX refcnt? */
431
IASSERT(key->
wk_cipher
!= NULL, ("No cipher!"));
435
__func__, key->
wk_cipher
->ic_name,
498
const struct ieee80211_cipher *cip = key->
wk_cipher
;
556
ni->ni_ucastkey.
wk_cipher
== &ieee80211_cipher_none) {
571
cip = k->
wk_cipher
;
634
ni->ni_ucastkey.
wk_cipher
== &ieee80211_cipher_none)
[
all
...]
ieee80211_netbsd.c
666
ether_sprintf(wh->i_addr2), k->
wk_cipher
->ic_name,
675
iev.iev_cipher = k->
wk_cipher
->ic_cipher;
ieee80211_output.c
417
needed_space += key->
wk_cipher
->ic_header;
704
key != NULL ? key->
wk_cipher
->ic_header : 0, ic->ic_fragthreshold))
856
cryptolen = wk->
wk_cipher
->ic_header +
857
wk->
wk_cipher
->ic_trailer;
ieee80211_ioctl.c
901
cip = wk->
wk_cipher
;
/src/sys/dev/ic/
rtw.c
556
k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_WEP)
621
if (k->
wk_cipher
->ic_cipher != IEEE80211_CIPHER_WEP)
643
if (wk[i].
wk_cipher
== &rtw_cipher_wep)
644
wk[i].
wk_cipher
= &ieee80211_cipher_wep;
673
wk[i].
wk_cipher
->ic_cipher != IEEE80211_CIPHER_WEP)
676
wk[i].
wk_cipher
= &rtw_cipher_wep;
3412
k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_WEP) {
bwfm.c
840
printf("key_set: key cipher %s len %d: ", wk->
wk_cipher
->ic_name, wk->wk_keylen);
846
wk->
wk_cipher
->ic_cipher != IEEE80211_CIPHER_WEP) {
868
switch (wk->
wk_cipher
->ic_cipher) {
888
__func__, wk->
wk_cipher
->ic_name);
ath.c
1544
KASSERTMSG(k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP,
1545
"got a non-TKIP key, cipher %u", k->
wk_cipher
->ic_cipher);
1615
const struct ieee80211_cipher *cip = k->
wk_cipher
;
1844
} else if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP &&
1863
const struct ieee80211_cipher *cip = k->
wk_cipher
;
3671
cip = k->
wk_cipher
;
3681
} else if (ni->ni_ucastkey.
wk_cipher
== &ieee80211_cipher_none) {
rt2860.c
3115
DPRINTF(("%s: cipher %d\n", __func__, k->
wk_cipher
->ic_cipher));
3120
k->
wk_cipher
->ic_cipher));
3124
switch (k->
wk_cipher
->ic_cipher) {
3151
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP) {
3169
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_WEP) {
3180
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP) {
arn5008.c
1498
switch (k->
wk_cipher
->ic_cipher) {
/src/sys/dev/usb/
if_run.c
2053
switch (k->
wk_cipher
->ic_cipher) {
2079
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP) {
2100
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_WEP) {
2104
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_TKIP) {
2158
if (k->
wk_cipher
->ic_cipher == IEEE80211_CIPHER_WEP)
Completed in 33 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025