Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c580 static const u32 hwsim_ciphers[] = { variable
593 static_assert(HWSIM_NUM_CIPHERS == ARRAY_SIZE(hwsim_ciphers),
6642 for (j = 0; j < ARRAY_SIZE(hwsim_ciphers); j++) { in hwsim_known_ciphers()
6643 if (ciphers[i] == hwsim_ciphers[j]) { in hwsim_known_ciphers()
6913 if (param.n_ciphers > ARRAY_SIZE(hwsim_ciphers)) { in hwsim_new_radio_nl()