Home
last modified time | relevance | path

Searched refs:hwsim_ciphers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c438 static const u32 hwsim_ciphers[] = { variable
557 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)];
3738 /* ensures ciphers only include ciphers listed in 'hwsim_ciphers' array */
3747 for (j = 0; j < ARRAY_SIZE(hwsim_ciphers); j++) { in hwsim_known_ciphers()
3748 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
3857 if (param.n_ciphers > ARRAY_SIZE(hwsim_ciphers)) { in hwsim_new_radio_nl()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c527 static const u32 hwsim_ciphers[] = { variable
653 u32 ciphers[ARRAY_SIZE(hwsim_ciphers)];
5752 /* ensures ciphers only include ciphers listed in 'hwsim_ciphers' array */
5761 for (j = 0; j < ARRAY_SIZE(hwsim_ciphers); j++) { in hwsim_known_ciphers()
5762 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
5939 if (param.n_ciphers > ARRAY_SIZE(hwsim_ciphers)) { in hwsim_new_radio_nl()

Completed in 13 milliseconds