Searched refs:HWSIM_ATTR_CIPHER_SUPPORT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.h | 142 * @HWSIM_ATTR_CIPHER_SUPPORT: u32 array of supported cipher types 172 HWSIM_ATTR_CIPHER_SUPPORT, enumerator
|
H A D | mac80211_hwsim.c | 689 [HWSIM_ATTR_CIPHER_SUPPORT] = { .type = NLA_BINARY }, 3842 if (info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]) { in hwsim_new_radio_nl() 3843 u32 len = nla_len(info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]); in hwsim_new_radio_nl() 3846 nla_data(info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]); in hwsim_new_radio_nl() 3850 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl() 3859 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl() 3866 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.h | 148 * @HWSIM_ATTR_CIPHER_SUPPORT: u32 array of supported cipher types 186 HWSIM_ATTR_CIPHER_SUPPORT, enumerator
|
H A D | mac80211_hwsim.c | 897 [HWSIM_ATTR_CIPHER_SUPPORT] = { .type = NLA_BINARY }, 5924 if (info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]) { in hwsim_new_radio_nl() 5925 u32 len = nla_len(info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]); in hwsim_new_radio_nl() 5928 nla_data(info->attrs[HWSIM_ATTR_CIPHER_SUPPORT]); in hwsim_new_radio_nl() 5932 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl() 5941 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl() 5948 info->attrs[HWSIM_ATTR_CIPHER_SUPPORT], in hwsim_new_radio_nl()
|
Completed in 14 milliseconds