Searched refs:ciphers (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto.c54 static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX]; variable in typeref:struct:ieee80211_cipher
143 ciphers[IEEE80211_CIPHER_NONE] = &ieee80211_cipher_none;
209 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
214 ciphers[cip->ic_cipher] = cip;
228 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) {
235 ciphers[cip->ic_cipher] = NULL;
241 return cipher < IEEE80211_CIPHER_MAX && ciphers[cipher] != NULL;
293 cip = ciphers[ciphe
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_keycache.c86 static const char *ciphers[] = { local
96 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Dipw2100_hw.h142 uint32 ciphers; member in struct:ipw_security
H A Dipw2100.cpp1456 security.ciphers = fCiphers;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwreg.h240 uint32_t ciphers; member in struct:ipw_security
H A Dif_ipw.c2253 security.ciphers = htole32(IPW_CIPHER_NONE);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1548 static const char *ciphers[] = { local
1555 printf("%s: [%u] %-7s", tag, hk->keyIndex, ciphers[hk->keyTypeId]);

Completed in 97 milliseconds