Lines Matching refs:nr_ciphers
1087 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1091 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1092 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1096 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1097 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1101 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1102 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1106 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1107 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1111 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1112 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1117 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers; in cfg80211_set_cipher_pairwise()