Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dwext-compat.c1101 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1105 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1106 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1110 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1111 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1115 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1116 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1120 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1121 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1126 nr_ciphers++; in cfg80211_set_cipher_pairwise()
[all …]