Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-compat.c1014 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1018 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1019 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1023 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1024 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1028 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1029 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1033 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1034 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1038 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
[all …]