Home
last modified time | relevance | path

Searched refs:ciphers_pairwise (Results 1 – 5 of 5) sorted by relevance

/net/wireless/
Dwext-compat.c1017 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; in cfg80211_set_cipher_pairwise() local
1020 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1025 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1030 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1035 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1040 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
Dsme.c950 connect->crypto.ciphers_pairwise[0] = cipher; in cfg80211_connect()
Dnl80211.c6526 memcpy(settings->ciphers_pairwise, data, len); in nl80211_crypto_settings()
6531 settings->ciphers_pairwise[i])) in nl80211_crypto_settings()
/net/mac80211/
Dmlme.c4380 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_mgd_assoc()
4381 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP || in ieee80211_mgd_assoc()
4382 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_mgd_assoc()
Dutil.c2768 cs = ieee80211_cs_get(local, crypto->ciphers_pairwise[i], in ieee80211_cs_headroom()